Home
last modified time | relevance | path

Searched defs:DoGetAllocated (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dfallback_allocator.cc49 size_t FallbackAllocator::DoGetAllocated() const { in DoGetAllocated() function in pw::allocator::FallbackAllocator
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dbump_allocator.h136 size_t DoGetAllocated() const override { return allocated_; } in DoGetAllocated() function
H A Dsynchronized_allocator.h68 size_t DoGetAllocated() const override { in DoGetAllocated() function
H A Dallocator.h215 virtual size_t DoGetAllocated() const { return size_t(-1); } in DoGetAllocated() function
H A Dtracking_allocator.h84 size_t DoGetAllocated() const override { return allocator_.GetAllocated(); } in DoGetAllocated() function
H A Dtesting.h168 size_t DoGetAllocated() const override { return tracker_.GetAllocated(); } in DoGetAllocated() function
H A Dblock_allocator.h197 size_t DoGetAllocated() const override { return allocated_; } in DoGetAllocated() function