Home
last modified time | relevance | path

Searched refs:GetUsedMemory (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dlinear_alloc.h45 size_t GetUsedMemory() const REQUIRES(!lock_);
H A Dlinear_alloc.cc41 size_t LinearAlloc::GetUsedMemory() const { in GetUsedMemory() function in art::LinearAlloc