precise comment

This commit is contained in:
eap 2012-11-09 10:20:59 +00:00
parent 32ea2faf03
commit ea23bdf69b

View File

@ -22,8 +22,8 @@
// Author : Edward AGAPOV (eap) // Author : Edward AGAPOV (eap)
// Executable to find out a lower RAM limit (MB), i.e. at what size of freeRAM // Executable to find out a lower RAM limit (MB), i.e. at what size of freeRAM
// reported by sysinfo, no more memory can be allocated. // reported by sysinfo, no more memory can be allocated.
// This is not done inside a function of SALOME because allocated memory is not returned // This is not done inside a function of SALOME because allocated memory is not always
// to the system. (PAL16631) // returned to the system. (PAL16631)
// //
#ifndef WIN32 #ifndef WIN32
#include <sys/sysinfo.h> #include <sys/sysinfo.h>