Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc117 static void* realloc_function(const AllocatorDispatch*, in realloc_function() function
162 &realloc_function,
270 EXPECT_NE(nullptr, allocator_dispatch->realloc_function); in TEST_F()
416 auto* const allocated_address = allocator_dispatch->realloc_function( in TEST_F()
H A Ddispatcher_internal.h180 self->next->realloc_function(self->next, address, size, context); in ReallocFn()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h91 ReallocFn* const realloc_function; member
H A Dallocator_shim.cc200 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h94 ReallocFn* const realloc_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h94 ReallocFn* const realloc_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h78 ReallocFn* const realloc_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc45 return self->next->realloc_function(self->next, address, size, context); in ReallocFn()
H A Dshim_alloc_functions.h134 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
H A Dallocator_shim_unittest.cc133 return self->next->realloc_function(self->next, address, size, context); in MockRealloc()
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc153 void* ret = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
H A Dthread_heap_usage_tracker_unittest.cc90 return dispatch_under_test_->realloc_function(dispatch_under_test_, address, in MockRealloc()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc91 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()