Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Ddeallocator.h245 Result<Layout> GetAllocatedLayout(const void* ptr) const { in GetAllocatedLayout() function
251 static Result<Layout> GetAllocatedLayout(const Deallocator& deallocator, in GetAllocatedLayout() function
/external/pigweed/pw_allocator/
Dtracking_allocator_test.cc40 pw::Result<Layout> GetAllocatedLayout(const void* ptr) const { in GetAllocatedLayout() function in __anon9ba642150111::TrackingAllocatorForTest