Home
last modified time | relevance | path

Searched defs:SizeClassAllocatorLocalCache (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h20 template <class SizeClassAllocator> struct SizeClassAllocatorLocalCache { struct
21 typedef typename SizeClassAllocator::SizeClassMap SizeClassMap;
22 typedef typename SizeClassAllocator::CompactPtrT CompactPtrT;
24 struct TransferBatch {
62 struct BatchGroup {
83 void init(GlobalStats *S, SizeClassAllocator *A) { in init()
91 void destroy(GlobalStats *S) { in destroy()
97 void *allocate(uptr ClassId) { in allocate()
115 void deallocate(uptr ClassId, void *P) { in deallocate()
131 bool isEmpty() const { in isEmpty()
[all …]