Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/include/meminfo/
H A Dsysmeminfo.h39 static constexpr const char kMemCached[] = "Cached:"; variable
58 SysMemInfo::kMemCached, SysMemInfo::kMemShmem, SysMemInfo::kMemSlab,
83 uint64_t mem_cached_kb() { return mem_in_kb_[kMemCached]; } in mem_cached_kb()
/aosp12/system/memory/libmeminfo/
H A Dlibmeminfo_benchmark.cpp226 SysMemInfo::kMemCached, SysMemInfo::kMemShmem, SysMemInfo::kMemSlab, in BM_ReadMemInfo_new()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp685 ::android::meminfo::SysMemInfo::kMemCached, in android_os_Process_getFreeMemory()