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

  /bionic/libc/malloc_debug/
malloc_debug.h 64 extern const MallocDispatch* g_dispatch;
malloc_debug.cpp 58 const MallocDispatch* g_dispatch;
68 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
204 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 56 struct MallocDispatch {
  /bionic/libc/malloc_hooks/
malloc_hooks.cpp 41 const MallocDispatch* g_dispatch;
50 bool hooks_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
97 bool hooks_initialize(const MallocDispatch* malloc_dispatch, int*, const char*) {
  /bionic/libc/bionic/
malloc_common.cpp 52 static constexpr MallocDispatch __libc_malloc_default_dispatch
219 typedef bool (*init_func_t)(const MallocDispatch*, int*, const char*);
277 static bool InitMallocFunctions(void* impl_handler, MallocDispatch* table, const char* prefix) {
382 static void* LoadSharedLibrary(const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table) {
435 MallocDispatch dispatch_table;
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 48 bool debug_initialize(const MallocDispatch*, int*, const char*);
115 static MallocDispatch dispatch;
118 MallocDispatch MallocDebugTest::dispatch = {
    [all...]

Completed in 110 milliseconds