Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
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()
Dallocator_shim.h88 AllocFn* const alloc_function; member
/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc39 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()
Ddispatcher_internal.h118 void* const address = self->next->alloc_function(self->next, size, context); in AllocFn()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.cc191 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew()
232 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
Dallocator_shim.h114 AllocFn* const alloc_function; member
Dallocator_shim_unittest.cc70 return self->next->alloc_function(self->next, size, context); in MockAlloc()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc21 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
Dthread_heap_usage_tracker_unittest.cc75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()