Searched refs:userChunk (Results 1 – 1 of 1) sorted by relevance
114 static RHeap* userChunk = 0; variable165 if (!userChunk) { in Heap()166 userChunk = UserHeap::ChunkHeap(0, 0, MAX_NUM_BLOCKS * BLOCK_SIZE, BLOCK_SIZE, BLOCK_SIZE); in Heap()167 if (!userChunk) in Heap()225 unsigned char* mask = reinterpret_cast<unsigned char*>(userChunk->Alloc(BLOCK_SIZE)); in allocateBlock()319 userChunk->Free(reinterpret_cast<TAny*>(block)); in freeBlockPtr()