Home
last modified time | relevance | path

Searched defs:BytesAllocated (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Darena_allocator.cc125 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl
192 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator
Darena_allocator.h124 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function
/art/runtime/gc/space/
Dregion_space-inl.h489 inline size_t RegionSpace::Region::BytesAllocated() const { in BytesAllocated() function