ZXFoundation™ 26h2
Loading...
Searching...
No Matches
zxfoundation::memory::slub::kmem_cache_cpu Struct Referenceexport

Per-CPU hot allocation state. More...

Collaboration diagram for zxfoundation::memory::slub::kmem_cache_cpu:
[legend]

Data Fields

u32 _pad {0}
void * freelist {nullptr}
 Active slab's in-object freelist head.
slab_headerpartial {nullptr}
 CPU partial list head.
u32 partial_count {0}
 Objects in cpu_partial slabs.
slab_headerslab {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.

Detailed Description

Per-CPU hot allocation state.


The documentation for this struct was generated from the following file: