Home
last modified time | relevance | path

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

/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h62 BatchMallocFn* batch_malloc_function; member
131 COPY_IF_NULLPTR(batch_malloc_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc81 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,
Dallocator_shim_unittest.cc186 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()
Dshim_alloc_functions.h242 return chain_head->batch_malloc_function(size, results, num_requested, in ShimBatchMalloc()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h62 BatchMallocFn* batch_malloc_function; member
131 COPY_IF_NULLPTR(batch_malloc_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc81 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,
Dallocator_shim_unittest.cc186 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()
Dshim_alloc_functions.h242 return chain_head->batch_malloc_function(size, results, num_requested, in ShimBatchMalloc()
/external/cronet/stable/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc120 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()
Ddispatcher_internal.h203 allocator_dispatch_.next->batch_malloc_function(size, results, in BatchMallocFn()
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc120 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()
Ddispatcher_internal.h203 allocator_dispatch_.next->batch_malloc_function(size, results, 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/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()