#include <sys/unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <malloc.h>
Go to the source code of this file.
Functions | |
unsigned long | getCurrentProcessMemoryUsage () |
unsigned long | getPhysicalMemorySize () |
unsigned long | getPlatformMemoryLimit () |
unsigned long getCurrentProcessMemoryUsage | ( | ) |
Definition at line 65 of file CPMemUtils.cpp.
unsigned long getPhysicalMemorySize | ( | ) |
Definition at line 3 of file CPMemUtils.cpp.
unsigned long getPlatformMemoryLimit | ( | ) |
Definition at line 122 of file CPMemUtils.cpp.