Searched defs:PersistentMemoryAllocatorTest (Results 1 – 2 of 2) sorted by relevance
35 class PersistentMemoryAllocatorTest : public testing::Test { class55 PersistentMemoryAllocatorTest() { in PersistentMemoryAllocatorTest() function in base::PersistentMemoryAllocatorTest92 TEST_F(PersistentMemoryAllocatorTest, AllocateAndIterate) { in TEST_F() argument228 TEST_F(PersistentMemoryAllocatorTest, PageTest) { in TEST_F() argument284 TEST_F(PersistentMemoryAllocatorTest, ParallelismTest) { in TEST_F() argument371 TEST_F(PersistentMemoryAllocatorTest, IteratorParallelismTest) { in TEST_F() argument446 TEST_F(PersistentMemoryAllocatorTest, MAYBE_CorruptionTest) { in TEST_F() argument476 TEST_F(PersistentMemoryAllocatorTest, MaliciousTest) { in TEST_F() argument
341 friend class PersistentMemoryAllocatorTest; variable