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

  /bionic/libc/bionic/
malloc_common.h 72 extern bool gZygoteChild;
malloc_common_dynamic.cpp 77 bool gZygoteChild = false;
335 if (!init_func(&__libc_malloc_default_dispatch, &gZygoteChild, options)) {
473 gZygoteChild = true;
malloc_heapprofd.cpp 84 // gZygoteChild. The latter is set during the fork (while still in
117 if (gZygoteChild &&

Completed in 169 milliseconds