Home
last modified time | relevance | path

Searched defs:DoGetInfo (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtesting.h171 Result<Layout> DoGetInfo(InfoType info_type, const void* ptr) const override { in DoGetInfo() function
217 Result<Layout> DoGetInfo(InfoType info_type, const void* ptr) const override { in DoGetInfo() function
H A Dsynchronized_allocator.h74 Result<Layout> DoGetInfo(InfoType info_type, const void* ptr) const override { in DoGetInfo() function
H A Dbuddy_allocator.h176 Result<Layout> DoGetInfo(InfoType info_type, const void* ptr) const override { in DoGetInfo() function
H A Dtracking_allocator.h87 Result<Layout> DoGetInfo(InfoType info_type, const void* ptr) const override { in DoGetInfo() function
H A Ddeallocator.h293 virtual Result<Layout> DoGetInfo(InfoType, const void*) const { in DoGetInfo() function
H A Dblock_allocator.h422 Result<Layout> BlockAllocator<BlockType>::DoGetInfo(InfoType info_type, in DoGetInfo() function
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dallocator_as_pool.cc26 Result<Layout> AllocatorAsPool::DoGetInfo(InfoType info_type, in DoGetInfo() function in pw::allocator::AllocatorAsPool
H A Dchunk_pool.cc68 Result<Layout> ChunkPool::DoGetInfo(InfoType info_type, const void* ptr) const { in DoGetInfo() function in pw::allocator::ChunkPool
H A Dfallback_allocator.cc53 Result<Layout> FallbackAllocator::DoGetInfo(InfoType info_type, in DoGetInfo() function in pw::allocator::FallbackAllocator