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

  /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);
184 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child) {
  /bionic/libc/private/
bionic_globals.h 41 MallocDispatch malloc_dispatch;
bionic_malloc_dispatch.h 54 struct MallocDispatch {
  /bionic/libc/bionic/
malloc_common.cpp 52 static constexpr MallocDispatch __libc_malloc_default_dispatch
238 static bool InitMalloc(void* malloc_impl_handler, MallocDispatch* table, const char* prefix) {
337 auto init_func = reinterpret_cast<bool (*)(const MallocDispatch*, int*)>(
382 MallocDispatch malloc_dispatch_table;
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 47 bool debug_initialize(const MallocDispatch*, int*);
107 static MallocDispatch dispatch;
110 MallocDispatch MallocDebugTest::dispatch = {
    [all...]

Completed in 707 milliseconds