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.h284 Result<Layout> GetAllocatedLayout(const void* ptr) const { in GetAllocatedLayout() function
290 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 __anonf984c1370111::TrackingAllocatorForTest