Searched refs:DBG_ALLOC_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
139 #define DBG_ALLOC_BLOCK_SIZE PAGESIZE macro140 static size_t sDbgAllocOffset = DBG_ALLOC_BLOCK_SIZE;146 if ((sDbgAllocOffset + size) > DBG_ALLOC_BLOCK_SIZE) { in DbgAllocLocked()148 sDbgAllocPtr = reinterpret_cast<char*>(mmap(NULL, DBG_ALLOC_BLOCK_SIZE, in DbgAllocLocked()