Home
last modified time | relevance | path

Searched refs:Cache_ (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp178 : Cache_(Cache) {} in QuarantineCallback()
192 getBackend().deallocatePrimary(Cache_, BackendPtr, Header.ClassId); in Recycle()
202 return getBackend().allocatePrimary(Cache_, BatchClassId); in Allocate()
207 getBackend().deallocatePrimary(Cache_, Ptr, BatchClassId); in Deallocate()
210 AllocatorCacheT *Cache_; member