mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Mostly tidying
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19496ceb7b
commit
13a0c075e4
46 changed files with 1406 additions and 1020 deletions
|
@ -98,6 +98,10 @@ NSRoundUpToMultipleOfPageSize (unsigned bytes)
|
|||
return ((bytes % a) ? ((bytes / a + 1) * a) : bytes);
|
||||
}
|
||||
|
||||
#if __linux__
|
||||
#include <sys/sysinfo.h>
|
||||
#endif
|
||||
|
||||
unsigned
|
||||
NSRealMemoryAvailable ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue