Lines Matching refs:Cache
161 static thread_local AllocatorCache Cache;
169 // quarantine and swallowing the cache.
175 getAllocator().DestroyCache(&Cache);
201 getAllocator().InitCache(&Cache);
206 explicit QuarantineCallback(AllocatorCache *Cache)
207 : Cache_(Cache) {}
243 typedef ScudoQuarantine::Cache QuarantineCache;
341 Ptr = BackendAllocator.Allocate(&Cache, NeededSize, MinAlignment);
419 QuarantineCallback(&Cache), Chunk, Size);
494 QuarantineCallback(&Cache), Chunk, OldSize);
520 QuarantineCallback(&Cache));