Home
last modified time | relevance | path

Searched refs:MallocUsableSizeFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc78 using MallocUsableSizeFunction = decltype(malloc_usable_size)*; in RealSizeEstimate() typedef
79 static MallocUsableSizeFunction usable_size_function = nullptr; in RealSizeEstimate()
83 usable_size_function = reinterpret_cast<MallocUsableSizeFunction>( in RealSizeEstimate()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_default_dispatch_to_glibc.cc102 using MallocUsableSizeFunction = decltype(malloc_usable_size)*; in GlibcGetSizeEstimate() typedef
103 static MallocUsableSizeFunction fn_ptr = in GlibcGetSizeEstimate()
104 reinterpret_cast<MallocUsableSizeFunction>( in GlibcGetSizeEstimate()