Class xlifepp::Memory#

class Memory#

memory utilities (OS dependant)

Public Static Functions

static real_t physicalFreeMem(MemoryUnit mu = _megabyte)#

amount of physical memory

static real_t physicalMem(MemoryUnit mu = _megabyte)#

amount of physical memory

static real_t processPhysicalMem(MemoryUnit mu = _megabyte)#

amount of physical memory used by process

static real_t processVirtualMem(MemoryUnit mu = _megabyte)#

amount of virtual memory used by process

static real_t virtualFreeMem(MemoryUnit mu = _megabyte)#

amount of virtual memory

static real_t virtualMem(MemoryUnit mu = _megabyte)#

amount of virtual memory