Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/tests/
H A DMemUnreachable_test.cpp85 ASSERT_TRUE(LogUnreachableMemory(true, 100)); in TEST_F()
233 ASSERT_TRUE(LogUnreachableMemory(true, 100)); in TEST_F()
256 EXPECT_FALSE(LogUnreachableMemory(true, 100)); in TEST_F()
265 ASSERT_TRUE(LogUnreachableMemory(true, 100)); in TEST_F()
/aosp12/system/memory/libmemunreachable/
H A Dlibmemunreachable.map3 LogUnreachableMemory;
H A DREADME.md38 #### `bool LogUnreachableMemory(bool log_contents, size_t limit)` ####
H A DMemUnreachable.cpp546 bool LogUnreachableMemory(bool log_contents, size_t limit) { in LogUnreachableMemory() function
/aosp12/system/memory/libmemunreachable/include/memunreachable/
H A Dmemunreachable.h87 bool LogUnreachableMemory(bool log_contents, size_t limit);