Home
last modified time | relevance | path

Searched refs:AllocFn (Results 1 – 2 of 2) 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/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,