Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/
H A Dlibmeminfo_benchmark.cpp415 static uint64_t get_allocated_vmalloc_memory(const std::string& vm_file) { in get_allocated_vmalloc_memory() argument
419 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(vm_file.c_str(), "re"), fclose}; in get_allocated_vmalloc_memory()