FACT++  1.0
MemoryManager Class Reference

#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< MemoryStockfMemoryStock
 

Detailed Description

Definition at line 129 of file MemoryManager.h.


The documentation for this class was generated from the following file: