c++ Programming Glossary: mmgr
placement new + array +alignment http://stackoverflow.com/questions/4011577/placement-new-array-alignment int int test1 new testPtr1 int a_resX a_resY char testPtr2 mmgr requestMemory a_resX a_resY sizeof int int test2 new testPtr2.. new testPtr3 matth_ptr int a_resX a_resY char testPtr4 mmgr requestMemory a_resX a_resY sizeof matth_ptr int matth_ptr int.. memoryOfst 0xFFFFFFFF matth_ptr X p unsigned char idx mmgr getCurrentChunkIdx memoryOfst int p int mmgr getBaseAddress..
|