Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.cc91 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 Dallocator_shim.h88 AllocFn* const alloc_function; member
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc97 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 Ddispatcher_internal.h131 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 Dshim_alloc_functions.h62 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 Dallocator_dispatch.h74 AllocFn* const alloc_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc16 return self->next->alloc_function(self->next, size, context); in AllocFn()
H A Dallocator_shim_unittest.cc71 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/
Dallocator_shim.h91 AllocFn* const alloc_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h91 AllocFn* const alloc_function; member
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
H A Dthread_heap_usage_tracker_unittest.cc75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()