Home
last modified time | relevance | path

Searched defs:AssertMemoryIsReadOnly (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/memory/
H A Dprotected_memory_posix.cc48 void AssertMemoryIsReadOnly(const void* ptr) { in AssertMemoryIsReadOnly() function
62 void AssertMemoryIsReadOnly(const void* ptr) { in AssertMemoryIsReadOnly() function
H A Dprotected_memory_unittest.cc62 TEST_F(ProtectedMemoryTest, AssertMemoryIsReadOnly) { in TEST_F() argument