LLVM 20.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 734 of file rpmalloc.c.
uint32_t global_cache_t::count |
Cache count.
Definition at line 738 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 748 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 746 of file rpmalloc.c.