Searched refs:alloc_function (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/libchrome/base/allocator/ |
H A 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()
|
H A D | allocator_shim.h | 88 AllocFn* const alloc_function; member
|
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 97 static void* alloc_function(const AllocatorDispatch*, size_t, void*) { in alloc_function() function 158 &alloc_function, 266 EXPECT_NE(nullptr, allocator_dispatch->alloc_function); in TEST_F() 309 auto* const allocated_address = allocator_dispatch->alloc_function( in TEST_F()
|
H A D | dispatcher_internal.h | 131 void* const address = self->next->alloc_function(self->next, size, context); in AllocFn()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | shim_alloc_functions.h | 62 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew() 107 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
|
H A D | allocator_dispatch.h | 74 AllocFn* const alloc_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 16 return self->next->alloc_function(self->next, size, context); in AllocFn()
|
H A D | allocator_shim_unittest.cc | 71 return self->next->alloc_function(self->next, size, context); in MockAlloc()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/ |
D | allocator_shim.h | 91 AllocFn* const alloc_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 91 AllocFn* const alloc_function; member
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
|
H A D | thread_heap_usage_tracker_unittest.cc | 75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()
|