Searched defs:QuarantineCallback (Results 1 – 4 of 4) sorted by relevance
21 struct QuarantineCallback { struct22 void Recycle(void *m) {} in Recycle()23 void *Allocate(uptr size) { in Allocate()26 void Deallocate(void *p) { in Deallocate()
136 struct QuarantineCallback { struct137 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() argument142 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_;
134 struct QuarantineCallback { struct135 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() argument140 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_;
193 struct QuarantineCallback { struct194 QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack) in QuarantineCallback() function199 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_;