Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp424 bool a_zygote_child_alloc = a.zygote_child_alloc; in GetList()
425 bool b_zygote_child_alloc = b.zygote_child_alloc; in GetList()
464 bool zygote_child_alloc = iter->zygote_child_alloc; in GetUniqueList() local
468 if (zygote_child_alloc != dup_iter->zygote_child_alloc || size != dup_iter->size || in GetUniqueList()
540 PointerInfoType::GetEncodedSize(list_info.zygote_child_alloc, list_info.size); in GetInfo()
575 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile()
DPointerData.h110 bool zygote_child_alloc;