Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp443 bool a_zygote_child_alloc = a.zygote_child_alloc; in GetList()
444 bool b_zygote_child_alloc = b.zygote_child_alloc; in GetList()
483 bool zygote_child_alloc = iter->zygote_child_alloc; in GetUniqueList() local
487 if (zygote_child_alloc != dup_iter->zygote_child_alloc || size != dup_iter->size || in GetUniqueList()
559 PointerInfoType::GetEncodedSize(list_info.zygote_child_alloc, list_info.size); in GetInfo()
594 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile()
DPointerData.h111 bool zygote_child_alloc;