Home
last modified time | relevance | path

Searched refs:AllocFn (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.h49 using AllocFn = void*(const AllocatorDispatch* self, member
88 AllocFn* const alloc_function;
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc114 void* AllocFn(const AllocatorDispatch* self, size_t size, void* context) { in AllocFn() function
208 AllocatorDispatch allocator_dispatch = {&AllocFn,
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc58 void* AllocFn(const AllocatorDispatch* self, size_t size, void* context) { in AllocFn() function
139 AllocatorDispatch g_allocator_dispatch = {&AllocFn,