FACT++
1.0
|
#include <MemoryManager.h>
Public Member Functions | |
MemoryManager (size_t chunk, size_t max) | |
std::shared_ptr< char > | malloc (bool block=true) |
size_t | getChunkSize () const |
bool | setChunkSize (const size_t size) |
size_t | getMaxMemory () const |
size_t | getInUse () const |
size_t | getAllocated () const |
size_t | getMaxInUse () const |
Private Attributes | |
std::shared_ptr< MemoryStock > | fMemoryStock |
Definition at line 129 of file MemoryManager.h.