Home
last modified time | relevance | path

Searched refs:realloc_function (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.h91 ReallocFn* const realloc_function; member
Dallocator_shim.cc200 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc153 void* ret = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
Dthread_heap_usage_tracker_unittest.cc90 return dispatch_under_test_->realloc_function(dispatch_under_test_, address, in MockRealloc()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc91 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()