Home
last modified time | relevance | path

Searched refs:batch_malloc_function (Results 1 – 10 of 10) sorted by relevance

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc73 static unsigned batch_malloc_function(const AllocatorDispatch*, in batch_malloc_function() function
103 &batch_malloc_function,
205 EXPECT_NE(nullptr, allocator_dispatch->batch_malloc_function); in TEST_F()
403 EXPECT_NE(allocator_dispatch->batch_malloc_function, nullptr); in TEST_F()
407 auto const number_allocated = allocator_dispatch->batch_malloc_function( in TEST_F()
Ddispatcher_internal.h204 unsigned const num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
/external/libchrome/base/allocator/
Dallocator_shim.h94 BatchMallocFn* const batch_malloc_function; member
Dallocator_shim.cc261 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.h124 BatchMallocFn* const batch_malloc_function; member
Dallocator_shim.cc322 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
Dallocator_shim_unittest.cc166 return self->next->batch_malloc_function(self->next, size, results, in MockBatchMalloc()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc108 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc177 unsigned count = self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc112 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()