Searched refs:vm_file (Results 1 – 1 of 1) sorted by relevance
415 static uint64_t get_allocated_vmalloc_memory(const std::string& vm_file) { in get_allocated_vmalloc_memory() argument419 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(vm_file.c_str(), "re"), fclose}; in get_allocated_vmalloc_memory()