diff options
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/process_util.h b/base/process_util.h index 135b92e..85b295b 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -420,6 +420,10 @@ class ProcessMetrics { DISALLOW_EVIL_CONSTRUCTORS(ProcessMetrics); }; +// Returns the memory commited by the system in KBytes. +// Returns 0 if it can't compute the commit charge. +size_t GetSystemCommitCharge(); + // Enables low fragmentation heap (LFH) for every heaps of this process. This // won't have any effect on heaps created after this function call. It will not // modify data allocated in the heaps before calling this function. So it is |