xapian-core
1.4.26
|
determine how much free physical memory there is. More...
Go to the source code of this file.
Functions | |
long long | get_free_physical_memory () |
Determine how much free physical memory there is. More... | |
long long | get_total_physical_memory () |
Determine how much physical memory there is. More... | |
determine how much free physical memory there is.
Definition in file freemem.h.
long long get_free_physical_memory | ( | ) |
Determine how much free physical memory there is.
Returns the amount of free physical memory, in bytes, or -1 if this isn't known.
Definition at line 59 of file freemem.cc.
long long get_total_physical_memory | ( | ) |
Determine how much physical memory there is.
Returns the amount of physical memory, in bytes, or -1 if this isn't known.
Definition at line 115 of file freemem.cc.
Referenced by PerfTestLogger::open().