diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-05-04 18:13:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-05-04 18:13:56 -0400 |
commit | 49cfd6d9917c7ba35869e33785cbacba7c5e2d98 (patch) | |
tree | 0617af377b72ca6c308e2b474346d34ca885c80c /indra/newview/skins/default/xui/pt/panel_notify_textbox.xml | |
parent | 07ec10781e45b3d92e27e92ddad39cf74fa7ff0b (diff) |
DRTVWR-418, MAINT-6996: On Mac, obtain total mem, not resident mem.
The LLMemory method getCurrentRSS() is defined to return the "resident set
size," but in fact on Windows it returns the WorkingSetSize -- and that's
actually what callers want from it: the total memory consumed by the
application for statistics purposes. It's not really clear what users gain by
knowing how much of that is resident in real memory, versus the total
consumption. So despite the commentation and the method name itself, on Mac
make it return the virtual size consumed.
Diffstat (limited to 'indra/newview/skins/default/xui/pt/panel_notify_textbox.xml')
0 files changed, 0 insertions, 0 deletions