Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlibmemtrack_wrapper.h27 uint64_t other_total() const;
Dlibmemtrack_wrapper.cc136 uint64_t MemtrackProc::other_total() const { in other_total() function in MemtrackProc
Dprocess_memory_stats.cc133 gpu_other_kb_ = mt.other_total() / 1024; in ReadGpuStats()