Searched refs:malloc_dispatch (Results 1 – 3 of 3) sorted by relevance
80 auto _calloc = __libc_globals->malloc_dispatch.calloc; in calloc()88 auto _free = __libc_globals->malloc_dispatch.free; in free()97 auto _mallinfo = __libc_globals->malloc_dispatch.mallinfo; in mallinfo()105 auto _malloc = __libc_globals->malloc_dispatch.malloc; in malloc()113 auto _malloc_usable_size = __libc_globals->malloc_dispatch.malloc_usable_size; in malloc_usable_size()121 auto _memalign = __libc_globals->malloc_dispatch.memalign; in memalign()129 auto _posix_memalign = __libc_globals->malloc_dispatch.posix_memalign; in posix_memalign()137 auto _realloc = __libc_globals->malloc_dispatch.realloc; in realloc()146 auto _pvalloc = __libc_globals->malloc_dispatch.pvalloc; in pvalloc()154 auto _valloc = __libc_globals->malloc_dispatch.valloc; in valloc()[all …]
41 MallocDispatch malloc_dispatch; member
65 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child);184 bool debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child) { in debug_initialize() argument193 g_dispatch = malloc_dispatch; in debug_initialize()