Block-Structured AMR Software Framework
amrex::MemStat Struct Reference

#include <AMReX_Arena.H>

Public Attributes

Long nalloc = 0
 number of allocations More...
 
Long nfree = 0
 number of frees More...
 
Long currentmem = 0
 amount of currently used memory in bytes More...
 
double avgmem = 0.
 memory used (bytes) times time in use (seconds) More...
 
Long maxmem = 0
 running maximum of currentmem More...
 

Member Data Documentation

◆ avgmem

double amrex::MemStat::avgmem = 0.

memory used (bytes) times time in use (seconds)

◆ currentmem

Long amrex::MemStat::currentmem = 0

amount of currently used memory in bytes

◆ maxmem

Long amrex::MemStat::maxmem = 0

running maximum of currentmem

◆ nalloc

Long amrex::MemStat::nalloc = 0

number of allocations

◆ nfree

Long amrex::MemStat::nfree = 0

number of frees


The documentation for this struct was generated from the following files: