Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h46 #define SIZE_FLAG_ZYGOTE_CHILD (1<<31) macro
47 #define SIZE_FLAG_MASK (SIZE_FLAG_ZYGOTE_CHILD)
Dmalloc_debug_leak.cpp140 size |= SIZE_FLAG_ZYGOTE_CHILD; in record_backtrace()