HomeSort by: relevance | last modified time | path
    Searched defs:to_deallocate (Results 1 - 2 of 2) sorted by relevancy

  /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...]
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...]

Completed in 23 milliseconds