Searched defs:QuarantineCallback (Results 1 – 2 of 2) sorted by relevance
205 struct QuarantineCallback { struct206 explicit QuarantineCallback(AllocatorCache *Cache) in QuarantineCallback() argument210 void Recycle(ScudoChunk *Chunk) { in Recycle()222 void *Allocate(uptr Size) { in Allocate()234 void Deallocate(void *Ptr) { in Deallocate()239 AllocatorCache *Cache_;
131 struct QuarantineCallback { struct132 explicit QuarantineCallback(AllocatorCache *cache) in QuarantineCallback() function136 void Recycle(AsanChunk *m) { in Recycle()162 void *Allocate(uptr size) { in Allocate()166 void Deallocate(void *p) { in Deallocate()170 AllocatorCache *cache_;