Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/memory/
H A Dmadv_free_discardable_memory_posix_unittest.cc43 using MadvFreeDiscardableMemoryPosix::SetKeepMemoryForTesting;
71 mem->SetKeepMemoryForTesting(true); in TEST_F()
H A Dmadv_free_discardable_memory_posix.h88 void SetKeepMemoryForTesting(bool keep_memory);
H A Dmadv_free_discardable_memory_posix.cc301 void MadvFreeDiscardableMemoryPosix::SetKeepMemoryForTesting(bool keep_memory) { in SetKeepMemoryForTesting() function in base::MadvFreeDiscardableMemoryPosix