Searched refs:realloc_function (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 117 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 D | dispatcher_internal.h | 180 self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 91 ReallocFn* const realloc_function; member
|
H A D | allocator_shim.cc | 200 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/ |
D | allocator_shim.h | 94 ReallocFn* const realloc_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 94 ReallocFn* const realloc_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 78 ReallocFn* const realloc_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 45 return self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
H A D | shim_alloc_functions.h | 134 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
|
H A D | allocator_shim_unittest.cc | 133 return self->next->realloc_function(self->next, address, size, context); in MockRealloc()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 153 void* ret = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
H A D | thread_heap_usage_tracker_unittest.cc | 90 return dispatch_under_test_->realloc_function(dispatch_under_test_, address, in MockRealloc()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 91 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|