Home
last modified time | relevance | path

Searched refs:free_definite_size_function (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.h96 FreeDefiniteSizeFn* const free_definite_size_function; member
Dallocator_shim.cc275 return chain_head->free_definite_size_function(chain_head, ptr, size, in ShimFreeDefiniteSize()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc204 self->next->free_definite_size_function(self->next, ptr, size, context); in FreeDefiniteSizeFn()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc136 self->next->free_definite_size_function(self->next, address, size, context); in FreeDefiniteSizeFn()