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

  /bionic/libc/bionic/
malloc_common_dynamic.h 39 MallocDispatch* dispatch_table);
41 void* LoadSharedLibrary(const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table);
malloc_common.h 74 static inline const MallocDispatch* GetDispatchTable() {
78 static inline const MallocDispatch* GetDefaultDispatchTable() {
malloc_common_dynamic.cpp 82 static constexpr MallocDispatch __libc_malloc_default_dispatch
118 typedef bool (*init_func_t)(const MallocDispatch*, bool*, const char*);
149 static bool InitMallocFunctions(void* impl_handler, MallocDispatch* table, const char* prefix) {
258 bool InitSharedLibrary(void* impl_handle, const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table) {
293 void* LoadSharedLibrary(const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table) {
malloc_heapprofd.cpp 91 static constexpr MallocDispatch __heapprofd_init_dispatch
malloc_limit.cpp 69 static constexpr MallocDispatch __limit_dispatch
  /bionic/libc/private/
bionic_globals.h 57 _Atomic(const MallocDispatch*) current_dispatch_table;
60 _Atomic(const MallocDispatch*) default_dispatch_table;
61 MallocDispatch malloc_dispatch_table;
bionic_malloc_dispatch.h 58 struct MallocDispatch {
  /bionic/libc/malloc_debug/
malloc_debug.h 64 extern const MallocDispatch* g_dispatch;
malloc_debug.cpp 64 const MallocDispatch* g_dispatch;
74 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* malloc_zygote_child,
255 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child,
  /external/perfetto/src/profiling/memory/
malloc_hooks.cc 58 bool HEAPPROFD_ADD_PREFIX(_initialize)(const MallocDispatch* malloc_dispatch,
109 std::atomic<const MallocDispatch*> g_dispatch{nullptr};
143 const MallocDispatch* GetDispatch() {
364 bool HEAPPROFD_ADD_PREFIX(_initialize)(const MallocDispatch* malloc_dispatch,
461 const MallocDispatch* dispatch = GetDispatch();
468 const MallocDispatch* dispatch = GetDispatch();
475 const MallocDispatch* dispatch = GetDispatch();
482 const MallocDispatch* dispatch = GetDispatch();
491 const MallocDispatch* dispatch = GetDispatch();
504 const MallocDispatch* dispatch = GetDispatch()
    [all...]
  /bionic/libc/malloc_hooks/
malloc_hooks.cpp 42 const MallocDispatch* g_dispatch;
51 bool hooks_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child,
100 bool hooks_initialize(const MallocDispatch* malloc_dispatch, bool*, const char*) {
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 53 bool debug_initialize(const MallocDispatch*, bool*, const char*);
121 static MallocDispatch dispatch;
124 MallocDispatch MallocDebugTest::dispatch = {
    [all...]

Completed in 619 milliseconds