| 
    LLVM 22.0.0git
    
   | 
 
Public Attributes | |
| atomic32_t | lock | 
| Cache lock.   | |
| uint32_t | count | 
| Cache count.   | |
| span_t * | span [GLOBAL_CACHE_MULTIPLIER *MAX_THREAD_SPAN_CACHE] | 
| Cached spans.   | |
| span_t * | overflow | 
| Unlimited cache overflow.   | |
Definition at line 738 of file rpmalloc.c.
| uint32_t global_cache_t::count | 
Cache count.
Definition at line 742 of file rpmalloc.c.
Referenced by rpmalloc_dump_statistics(), and rpmalloc_global_statistics().
| atomic32_t global_cache_t::lock | 
| span_t* global_cache_t::overflow | 
Unlimited cache overflow.
Definition at line 752 of file rpmalloc.c.
Referenced by rpmalloc_dump_statistics(), and rpmalloc_global_statistics().
| span_t* global_cache_t::span[GLOBAL_CACHE_MULTIPLIER *MAX_THREAD_SPAN_CACHE] | 
Cached spans.
Definition at line 750 of file rpmalloc.c.