Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc21 struct QuarantineCallback { struct
22 void Recycle(void *m) {} in Recycle()
23 void *Allocate(uptr size) { in Allocate()
26 void Deallocate(void *p) { in Deallocate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc136 struct QuarantineCallback { struct
137 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() argument
142 void Recycle(AsanChunk *m) { in Recycle()
168 void *Allocate(uptr size) { in Allocate()
176 void Deallocate(void *p) { in Deallocate()
181 AllocatorCache* const cache_;
182 BufferedStackTrace* const stack_;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc134 struct QuarantineCallback { struct
135 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() argument
140 void Recycle(AsanChunk *m) { in Recycle()
166 void *Allocate(uptr size) { in Allocate()
174 void Deallocate(void *p) { in Deallocate()
179 AllocatorCache* const cache_;
180 BufferedStackTrace* const stack_;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp193 struct QuarantineCallback { struct
194 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() function
199 void Recycle(AsanChunk *m) { in Recycle()
225 void *Allocate(uptr size) { in Allocate()
233 void Deallocate(void *p) { in Deallocate()
238 AllocatorCache* const cache_;
239 BufferedStackTrace* const stack_;