Searched refs:GetUsedMemory (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | linear_alloc.h | 44 size_t GetUsedMemory() const REQUIRES(!lock_); |
D | linear_alloc.cc | 41 size_t LinearAlloc::GetUsedMemory() const { in GetUsedMemory() function in art::LinearAlloc |