Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp78 Cache to_deallocate; in TEST() local
90 Cache to_deallocate; in TEST() local
112 Cache to_deallocate; in TEST() local
137 Cache to_deallocate; in TEST() local
164 Cache to_deallocate; in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h250 void MergeBatches(QuarantineCache *to_deallocate) { in MergeBatches()