Home
last modified time | relevance | path

Searched defs:QuarantineCallback (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp20 struct QuarantineCallback { struct
21 void Recycle(void *m) {} in Recycle()
22 void *Allocate(uptr size) { in Allocate()
25 void Deallocate(void *p) { in Deallocate()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp20 struct QuarantineCallback { struct
26 typedef scudo::GlobalQuarantine<QuarantineCallback, void> QuarantineT; argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp211 struct QuarantineCallback { in QuarantineCallback() argument
210 struct QuarantineCallback { global() struct
216 PreQuarantine__asan::QuarantineCallback PreQuarantine() argument
223 Recycle__asan::QuarantineCallback Recycle() argument
254 RecyclePassThrough__asan::QuarantineCallback RecyclePassThrough() argument
264 Allocate__asan::QuarantineCallback Allocate() argument
272 Deallocate__asan::QuarantineCallback Deallocate() argument
275 cache___asan::QuarantineCallback global() argument
276 stack___asan::QuarantineCallback global() argument
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h65 struct QuarantineCallback { struct
66 explicit QuarantineCallback(ThisT &Instance, CacheT &LocalCache) in QuarantineCallback() argument
139 typedef GlobalQuarantine<QuarantineCallback, void> QuarantineT; argument
71 recycleQuarantineCallback recycle() argument
89 allocateQuarantineCallback allocate() argument
115 deallocateQuarantineCallback deallocate() argument