Searched refs:alloc_function (Results 1 – 11 of 11) sorted by relevance
| /external/libchrome/base/allocator/ |
| D | allocator_shim.cc | 91 return chain_head->alloc_function(chain_head, size, nullptr); in UncheckedAlloc() 159 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew() 177 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
|
| D | allocator_shim.h | 88 AllocFn* const alloc_function; member
|
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 39 static void* alloc_function(const AllocatorDispatch*, size_t, void*) { in alloc_function() function 95 &alloc_function, 197 EXPECT_NE(nullptr, allocator_dispatch->alloc_function); in TEST_F() 239 auto* const allocated_address = allocator_dispatch->alloc_function( in TEST_F()
|
| D | dispatcher_internal.h | 118 void* const address = self->next->alloc_function(self->next, size, context); in AllocFn()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.cc | 191 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew() 232 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
|
| D | allocator_shim.h | 114 AllocFn* const alloc_function; member
|
| D | allocator_shim_unittest.cc | 70 return self->next->alloc_function(self->next, size, context); in MockAlloc()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 21 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker.cc | 115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
|
| D | thread_heap_usage_tracker_unittest.cc | 75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler.cc | 59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()
|