MemoryManager class declaration.
More...
#include <mem_mgr.hpp>
|
| MemoryManager (Long N) |
| Constructor for MemoryManager.
|
|
| ~MemoryManager () |
| Constructor for MemoryManager.
|
|
Iterator< char > | malloc (const Long n_elem=1, const Long type_size=sizeof(char), const uintptr_t type_id=TypeTraits< char >::ID()) const |
|
void | free (Iterator< char > p) const |
|
void | print () const |
|
void | Check () const |
|
|
static MemHead & | GetMemHead (char *p) |
|
static void | CheckMemHead (const MemHead &p) |
|
static void | test () |
|
static MemoryManager & | glbMemMgr () |
|
|
static const char | init_mem_val = 42 |
|
MemoryManager class declaration.
The documentation for this class was generated from the following file: