mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 05:43:08 +09:00
Fix a bunch of dumb typos and omissions.
This commit is contained in:
parent
7a5928ca08
commit
cbf60a2058
12 changed files with 12 additions and 12 deletions
|
|
@ -1151,7 +1151,7 @@ ResidentPeakDistinguishedAmount(int64_t* aN)
|
|||
#ifdef XP_MACOSX
|
||||
*aN = usage.ru_maxrss;
|
||||
#elif defined(XP_SOLARIS)
|
||||
*aN = usage.ru.maxrss * getpagesize();
|
||||
*aN = usage.ru_maxrss * getpagesize();
|
||||
#else
|
||||
*aN = usage.ru_maxrss * 1024;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue