Home
last modified time | relevance | path

Searched defs:GetAllocatedLayout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Ddeallocator.h254 Result<Layout> GetAllocatedLayout(const void* ptr) const { in GetAllocatedLayout() function
260 static Result<Layout> GetAllocatedLayout(const Deallocator& deallocator, in GetAllocatedLayout() function
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dtracking_allocator_test.cc40 pw::Result<Layout> GetAllocatedLayout(const void* ptr) const { in GetAllocatedLayout() function in __anon1e9826b70111::TrackingAllocatorForTest