Per-CPU hot allocation state. More...
Data Fields | |
| u32 | _pad {0} |
| void * | freelist {nullptr} |
| Active slab's in-object freelist head. | |
| slab_header * | partial {nullptr} |
| CPU partial list head. | |
| u32 | partial_count {0} |
| Objects in cpu_partial slabs. | |
| slab_header * | slab {nullptr} |
| Active slab (HHDM pointer). | |
| u32 | stat_fast_alloc {0} |
| Fast-path alloc count (per-CPU, no atomics). | |
| u32 | stat_fast_free {0} |
| Fast-path free count. | |
Per-CPU hot allocation state.