Class xlifepp::Memory#

class Memory#

Collaboration diagram for xlifepp::Memory:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::Memory" tooltip="xlifepp::Memory" fillcolor="#BFBFBF"] }

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