Searched defs:g_dispatch (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp55 const MallocDispatch* g_dispatch; variable
143 header->usable_size = g_dispatch->malloc_usable_size(orig_pointer);
145 g_dispatch->free(orig_pointer);
193 g_dispatch = malloc_dispatch;
264 g_dispatch->free(info);
269 return g_dispatch->malloc_usable_size(pointer);
283 return g_dispatch->malloc(size);
305 g_dispatch->memalign(MINIMUM_ALIGNMENT_BYTES, real_size));
311 pointer = g_dispatch->malloc(real_size);
325 return g_dispatch
[all...]

Completed in 61 milliseconds