Searched refs:Cache_ (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 207 : Cache_(Cache) {} in QuarantineCallback() 218 getAllocator().Deallocate(Cache_, Ptr); in Recycle() 231 return getAllocator().Allocate(Cache_, Size, 1, false); in Allocate() 236 getAllocator().Deallocate(Cache_, Ptr); in Deallocate() 239 AllocatorCache *Cache_; member
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 178 : 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
|