The Pedigree Project
0.1
|
#include <MemoryCount.h>
Public Member Functions | |
MemoryCount (const char *context) | |
Private Attributes | |
size_t | m_StartPages |
size_t | m_EndPages |
const char * | m_Context |
RAII handler to figure out memory usage delta from start to end of scope.
Definition at line 27 of file MemoryCount.h.