Home
last modified time | relevance | path

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

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