Home
last modified time | relevance | path

Searched refs:BytesUsed (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dlinear_alloc.cc38 return allocator_.BytesUsed(); in GetUsedMemory()
/art/runtime/base/
Darena_allocator.h265 size_t BytesUsed() const;
Darena_allocator.cc241 size_t ArenaAllocator::BytesUsed() const { in BytesUsed() function in art::ArenaAllocator