Home
last modified time | relevance | path

Searched refs:debug_initialize (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
Dexported64.map10 debug_initialize;
Dexported32.map10 debug_initialize;
Dmalloc_debug.cpp175 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* malloc_zygote_child,
392 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child, in debug_initialize() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp58 bool debug_initialize(const MallocDispatch*, bool*, const char*);
128 ASSERT_TRUE(debug_initialize(&dispatch, &zygote_child, options)); in Init()