Home
last modified time | relevance | path

Searched refs:zygote_child (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp51 bool hooks_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child,
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp295 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child, in debug_initialize() argument
297 if (zygote_child == nullptr || options == nullptr) { in debug_initialize()
308 g_zygote_child = zygote_child; in debug_initialize()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp111 zygote_child = false; in Init()
112 ASSERT_TRUE(debug_initialize(&dispatch, &zygote_child, options)); in Init()
124 bool zygote_child; member in MallocDebugTest
1356 zygote_child = true; in BacktraceDumpOnSignal()
1364 zygote_child = false; in BacktraceDumpOnSignal()
1755 zygote_child = true; in TEST_F()
1814 zygote_child = true; in TEST_F()
1821 zygote_child = false; in TEST_F()
1994 zygote_child = true; in TEST_F()