Searched refs:sDbgAllocPtr (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_debug.c323 static char* sDbgAllocPtr = NULL; variable
328 sDbgAllocPtr = mmap(NULL, DBG_ALLOC_BLOCK_SIZE, PROT_READ|PROT_WRITE,
330 if (sDbgAllocPtr == MAP_FAILED) {
334 void* addr = sDbgAllocPtr + sDbgAllocOffset;

Completed in 14 milliseconds