#include <AMReX_Arena.H>
Public Attributes | |
Long | nalloc = 0 |
number of allocations | |
Long | nfree = 0 |
number of frees | |
Long | currentmem = 0 |
amount of currently used memory in bytes | |
double | avgmem = 0. |
memory used (bytes) times time in use (seconds) | |
Long | maxmem = 0 |
running maximum of currentmem | |
double amrex::MemStat::avgmem = 0. |
memory used (bytes) times time in use (seconds)
Long amrex::MemStat::currentmem = 0 |
amount of currently used memory in bytes
Long amrex::MemStat::maxmem = 0 |
running maximum of currentmem
Long amrex::MemStat::nalloc = 0 |
number of allocations
Long amrex::MemStat::nfree = 0 |
number of frees