discardable_memory_manager_unittest.cc | 268 RegisterAndLock(&allocation_[i], 1024); 269 Unlock(&allocation_[i]); 273 EXPECT_NE(LOCK_STATUS_FAILED, Lock(&allocation_[index])); 276 Unlock(&allocation_[index]); 281 return &allocation_[GetParam().ordering()[position]]; 286 if (allocation_[i].is_locked()) 287 Unlock(&allocation_[i]); 288 Unregister(&allocation_[i]); 293 TestAllocationImpl allocation_[3]; member in class:base::__anon6959::DiscardableMemoryManagerPermutationTest
|