Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_common.cpp88 auto _calloc = __libc_globals->malloc_dispatch.calloc; in calloc()
96 auto _free = __libc_globals->malloc_dispatch.free; in free()
105 auto _mallinfo = __libc_globals->malloc_dispatch.mallinfo; in mallinfo()
113 auto _mallopt = __libc_globals->malloc_dispatch.mallopt; in mallopt()
121 auto _malloc = __libc_globals->malloc_dispatch.malloc; in malloc()
129 auto _malloc_usable_size = __libc_globals->malloc_dispatch.malloc_usable_size; in malloc_usable_size()
137 auto _memalign = __libc_globals->malloc_dispatch.memalign; in memalign()
145 auto _posix_memalign = __libc_globals->malloc_dispatch.posix_memalign; in posix_memalign()
153 auto _aligned_alloc = __libc_globals->malloc_dispatch.aligned_alloc; in aligned_alloc()
161 auto _realloc = __libc_globals->malloc_dispatch.realloc; in realloc()
[all …]
/bionic/libc/private/
Dbionic_globals.h41 MallocDispatch malloc_dispatch; member
/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp50 bool hooks_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
97 bool hooks_initialize(const MallocDispatch* malloc_dispatch, int*, const char*) { in hooks_initialize() argument
98 g_dispatch = malloc_dispatch; in hooks_initialize()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp68 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child,
204 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child, in debug_initialize() argument
214 g_dispatch = malloc_dispatch; in debug_initialize()