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

  /bionic/libc/malloc_debug/
malloc_debug.cpp 55 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->free(pointer)
    [all...]
malloc_debug.h 71 extern const MallocDispatch* g_dispatch;
FreeTrackData.cpp 91 g_dispatch->free(reinterpret_cast<void*>(back_iter->second));
94 g_dispatch->free(header->orig_pointer);
110 g_dispatch->malloc(sizeof(BacktraceHeader) + backtrace_num_frames_ * sizeof(uintptr_t)));
TrackData.cpp 109 g_dispatch->free(header->orig_pointer);
123 *info = reinterpret_cast<uint8_t*>(g_dispatch->calloc(*info_size, total_backtrace_allocs_));

Completed in 356 milliseconds