Searched refs:batch_malloc_function (Results 1 – 10 of 10) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 73 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()
|
| D | dispatcher_internal.h | 204 unsigned const num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
|
| /external/libchrome/base/allocator/ |
| D | allocator_shim.h | 94 BatchMallocFn* const batch_malloc_function; member
|
| D | allocator_shim.cc | 261 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.h | 124 BatchMallocFn* const batch_malloc_function; member
|
| D | allocator_shim.cc | 322 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
|
| D | allocator_shim_unittest.cc | 166 return self->next->batch_malloc_function(self->next, size, results, in MockBatchMalloc()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 108 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker.cc | 177 unsigned count = self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler.cc | 112 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
|