Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h24 struct TransferBatch {
62 struct BatchGroup {
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()
138 void drain() { in drain()
159 BatchGroup *createGroup() { in createGroup()
166 LocalStats &getStats() { return Stats; } in getStats()
179 LocalStats Stats;
[all …]