Definition at line 145 of file MemoryManager.h.
References size.
149 throw std::runtime_error(
"Cannot change the chunk size while there is memory in use");
151 throw std::runtime_error(
"Chunk size ("+std::to_string((
long long int)
size)+
") larger than allowed memory ("+std::to_string((
long long int)
getMaxMemory())+
")");
std::shared_ptr< MemoryStock > fMemoryStock
size_t getMaxMemory() const