Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h34 void destroy(GlobalStats *S) { in destroy()
40 void *allocate(uptr ClassId) { in allocate()
60 bool deallocate(uptr ClassId, void *P) { in deallocate()
78 bool isEmpty() const { in isEmpty()
85 void drain() { in drain()
98 void *getBatchClassBlock() { in getBatchClassBlock()
105 LocalStats &getStats() { return Stats; } in getStats()
107 void getStats(ScopedString *Str) { in getStats()
130 static u16 getMaxCached(uptr Size) { in getMaxCached()
146 LocalStats Stats;
[all …]