reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
109 typedef CombinedAllocator::AllocatorCache AllocatorCacheT;
projects/compiler-rt/lib/scudo/scudo_allocator_combined.h34 void *allocatePrimary(AllocatorCache *Cache, uptr ClassId) { 44 void deallocatePrimary(AllocatorCache *Cache, void *Ptr, uptr ClassId) { 52 void initCache(AllocatorCache *Cache) { 56 void destroyCache(AllocatorCache *Cache) {