Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/android/
H A Dpmf_utils.h20 static std::optional<uint64_t> CalculatePrivateMemoryFootprintForTesting(
H A Dpmf_utils_unittest.cc39 PmfUtils::CalculatePrivateMemoryFootprintForTesting(statm_file, in TEST()
H A Dpmf_utils.cc62 std::optional<uint64_t> PmfUtils::CalculatePrivateMemoryFootprintForTesting( in CalculatePrivateMemoryFootprintForTesting() function in base::android::PmfUtils