Home
last modified time | relevance | path

Searched refs:alloc_unchecked_function (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc42 static void* alloc_unchecked_function(const AllocatorDispatch*, in alloc_unchecked_function() function
96 &alloc_unchecked_function,
198 EXPECT_NE(nullptr, allocator_dispatch->alloc_unchecked_function); in TEST_F()
263 auto* const allocated_address = allocator_dispatch->alloc_unchecked_function( in TEST_F()
Ddispatcher_internal.h129 self->next->alloc_unchecked_function(self->next, size, context); in AllocUncheckedFn()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.cc91 return chain_head->alloc_unchecked_function(chain_head, size, nullptr); in UncheckedAlloc()
202 return chain_head->alloc_unchecked_function(chain_head, size, context); in ShimCppNewNoThrow()
Dallocator_shim.h115 AllocUncheckedFn* const alloc_unchecked_function; member
Dallocator_shim_unittest.cc78 return self->next->alloc_unchecked_function(self->next, size, context); in MockAllocUnchecked()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc33 self->next->alloc_unchecked_function(self->next, size, context); in AllocUncheckedFn()