Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp172 : Cache_(Cache) {} in QuarantineCallback()
186 getBackend().deallocatePrimary(Cache_, BackendPtr, Header.ClassId); in Recycle()
196 return getBackend().allocatePrimary(Cache_, BatchClassId); in Allocate()
201 getBackend().deallocatePrimary(Cache_, Ptr, BatchClassId); in Deallocate()
204 AllocatorCacheT *Cache_; member