Searched refs:realloc_function (Results 1 – 11 of 11) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 59 static void* realloc_function(const AllocatorDispatch*, in realloc_function() function 99 &realloc_function, 201 EXPECT_NE(nullptr, allocator_dispatch->realloc_function); in TEST_F() 340 auto* const allocated_address = allocator_dispatch->realloc_function( in TEST_F()
|
| D | dispatcher_internal.h | 167 self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
| /external/libchrome/base/allocator/ |
| D | allocator_shim.h | 91 ReallocFn* const realloc_function; member
|
| D | allocator_shim.cc | 200 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.h | 118 ReallocFn* const realloc_function; member
|
| D | allocator_shim.cc | 255 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
|
| D | allocator_shim_unittest.cc | 127 return self->next->realloc_function(self->next, address, size, context); in MockRealloc()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 73 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker.cc | 153 void* ret = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
| D | thread_heap_usage_tracker_unittest.cc | 90 return dispatch_under_test_->realloc_function(dispatch_under_test_, address, in MockRealloc()
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler.cc | 91 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|