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

  /bionic/libc/private/
bionic_globals.h 41 MallocDispatch malloc_dispatch;
bionic_malloc_dispatch.h 55 struct MallocDispatch {
  /bionic/libc/malloc_debug/
malloc_debug.h 71 extern const MallocDispatch* g_dispatch;
malloc_debug.cpp 55 const MallocDispatch* g_dispatch;
65 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
183 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
  /bionic/libc/bionic/
malloc_common.cpp 52 static constexpr MallocDispatch __libc_malloc_default_dispatch
246 static bool InitMalloc(void* malloc_impl_handler, MallocDispatch* table, const char* prefix) {
350 auto init_func = reinterpret_cast<bool (*)(const MallocDispatch*, int*, const char*)>(
395 MallocDispatch malloc_dispatch_table;
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 47 bool debug_initialize(const MallocDispatch*, int*, const char*);
111 static MallocDispatch dispatch;
114 MallocDispatch MallocDebugTest::dispatch = {
    [all...]

Completed in 76 milliseconds