Home
last modified time | relevance | path

Searched refs:DBG_ALLOC_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_debug.cpp139 #define DBG_ALLOC_BLOCK_SIZE PAGESIZE macro
140 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()