/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 62 BatchMallocFn* batch_malloc_function; member 131 COPY_IF_NULLPTR(batch_malloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 81 PA_MUSTTAIL return delegate->batch_malloc_function(size, results, in DelegatedBatchMallocFn() 158 PA_DCHECK(dispatch->batch_malloc_function != nullptr); in InstallCustomDispatch() 216 .batch_malloc_function = &DelegatedBatchMallocFn,
|
D | allocator_shim_unittest.cc | 186 return g_mock_dispatch.next->batch_malloc_function(size, results, in MockBatchMalloc() 914 .batch_malloc_function = &MockBatchMallocWithAdvancedChecks, 998 return g_mock_dispatch_for_advanced_checks.next->batch_malloc_function( in MockBatchMallocWithAdvancedChecks()
|
D | shim_alloc_functions.h | 242 return chain_head->batch_malloc_function(size, results, num_requested, in ShimBatchMalloc()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 62 BatchMallocFn* batch_malloc_function; member 131 COPY_IF_NULLPTR(batch_malloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 81 PA_MUSTTAIL return delegate->batch_malloc_function(size, results, in DelegatedBatchMallocFn() 158 PA_DCHECK(dispatch->batch_malloc_function != nullptr); in InstallCustomDispatch() 216 .batch_malloc_function = &DelegatedBatchMallocFn,
|
D | allocator_shim_unittest.cc | 186 return g_mock_dispatch.next->batch_malloc_function(size, results, in MockBatchMalloc() 914 .batch_malloc_function = &MockBatchMallocWithAdvancedChecks, 998 return g_mock_dispatch_for_advanced_checks.next->batch_malloc_function( in MockBatchMallocWithAdvancedChecks()
|
D | shim_alloc_functions.h | 242 return chain_head->batch_malloc_function(size, results, num_requested, in ShimBatchMalloc()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 120 static unsigned batch_malloc_function(size_t, in batch_malloc_function() function 152 &batch_malloc_function, 260 EXPECT_NE(nullptr, allocator_dispatch->batch_malloc_function); in TEST_F() 479 EXPECT_NE(allocator_dispatch->batch_malloc_function, nullptr); in TEST_F() 483 auto const number_allocated = allocator_dispatch->batch_malloc_function( in TEST_F()
|
D | dispatcher_internal.h | 203 allocator_dispatch_.next->batch_malloc_function(size, results, in BatchMallocFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 120 static unsigned batch_malloc_function(size_t, in batch_malloc_function() function 152 &batch_malloc_function, 260 EXPECT_NE(nullptr, allocator_dispatch->batch_malloc_function); in TEST_F() 479 EXPECT_NE(allocator_dispatch->batch_malloc_function, nullptr); in TEST_F() 483 auto const number_allocated = allocator_dispatch->batch_malloc_function( in TEST_F()
|
D | dispatcher_internal.h | 203 allocator_dispatch_.next->batch_malloc_function(size, results, 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/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()
|