40 #ifndef __ARTOOLKITPLUS_MEMORYMANAGERMEMMAP_HEADERFILE__ 41 #define __ARTOOLKITPLUS_MEMORYMANAGERMEMMAP_HEADERFILE__ 43 #if defined(_MSC_VER) || defined(_WIN32_WCE) 65 MemoryManagerMemMap();
66 ~MemoryManagerMemMap();
68 bool init(
size_t nNumInitialBytes,
size_t nNumGrowBytes=0);
72 unsigned int getBytesAllocated() {
return (
int)fullSize; }
74 void* getMemory(
size_t nNumBytes);
75 void releaseMemory(
void* nMemoryBlock);
93 #endif //__ARTOOLKITPLUS_MEMORYMANAGERMEMMAP_HEADERFILE__