Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ | |
sanitizer_quarantine_test.cc | 79 Cache to_deallocate; local in function:__sanitizer::TEST 80 cache.MergeBatches(&to_deallocate); 82 ASSERT_EQ(to_deallocate.Size(), 0UL); 83 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); 91 Cache to_deallocate; local in function:__sanitizer::TEST 92 cache.MergeBatches(&to_deallocate); 97 ASSERT_EQ(to_deallocate.Size(), 0UL); 98 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); 113 Cache to_deallocate; local in function:__sanitizer::TEST 114 cache.MergeBatches(&to_deallocate); 138 Cache to_deallocate; local in function:__sanitizer::TEST 165 Cache to_deallocate; local in function:__sanitizer::TEST [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_quarantine.h | 255 void MergeBatches(QuarantineCache *to_deallocate) { 269 to_deallocate->EnqueueBatch(extracted); |