Home
last modified time | relevance | path

Searched defs:alloc_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h88 AllocFn* const alloc_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h91 AllocFn* const alloc_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h91 AllocFn* const alloc_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h74 AllocFn* const alloc_function; member
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc97 static void* alloc_function(const AllocatorDispatch*, size_t, void*) { in alloc_function() function