Searched refs:alloc_zero_initialized_function (Results 1 – 11 of 11) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 47 static void* alloc_zero_initialized_function(const AllocatorDispatch*, in alloc_zero_initialized_function() function 97 &alloc_zero_initialized_function, 199 EXPECT_NE(nullptr, allocator_dispatch->alloc_zero_initialized_function); in TEST_F() 291 allocator_dispatch->alloc_zero_initialized_function( in TEST_F()
|
| D | dispatcher_internal.h | 140 void* const address = self->next->alloc_zero_initialized_function( in AllocZeroInitializedFn()
|
| /external/libchrome/base/allocator/ |
| D | allocator_shim.h | 89 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
| D | allocator_shim.cc | 187 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.h | 116 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
| D | allocator_shim.cc | 242 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
|
| D | allocator_shim_unittest.cc | 88 return self->next->alloc_zero_initialized_function(self->next, n, size, in MockAllocZeroInit()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 46 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker.cc | 127 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
|
| D | thread_heap_usage_tracker_unittest.cc | 80 return dispatch_under_test_->alloc_zero_initialized_function( in MockCalloc()
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler.cc | 69 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
|