HomeSort by relevance Sort by last modified time
    Searched refs:zygote_child_alloc (Results 1 - 2 of 2) sorted by null

  /bionic/libc/malloc_debug/
PointerData.cpp 378 bool a_zygote_child_alloc = a.zygote_child_alloc;
379 bool b_zygote_child_alloc = b.zygote_child_alloc;
418 bool zygote_child_alloc = iter->zygote_child_alloc; local
422 if (zygote_child_alloc != dup_iter->zygote_child_alloc || size != dup_iter->size ||
480 PointerInfoType::GetEncodedSize(list_info.zygote_child_alloc, list_info.size);
515 fprintf(fp, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size,
PointerData.h 106 bool zygote_child_alloc; member in struct:ListInfoType

Completed in 143 milliseconds