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

/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp211 #define CHK_FILL_FREE 0xef macro
228 memset(mem, CHK_FILL_FREE, bytes);
239 memset(reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(newMem)+oldSize), CHK_FILL_FREE, newSize-oldSize);

Completed in 22 milliseconds