umem  1.0.1
Public Attributes | List of all members
umem_cpu_cache Struct Reference

#include <umem_impl.h>

Public Attributes

mutex_t cc_lock
 
uint_t cc_alloc
 
uint_t cc_free
 
umem_magazine_tcc_loaded
 
umem_magazine_tcc_ploaded
 
int cc_rounds
 
int cc_prounds
 
int cc_magsize
 
int cc_flags
 
char cc_pad [UMEM_CPU_PAD]
 

Member Data Documentation

◆ cc_alloc

uint_t umem_cpu_cache::cc_alloc

Referenced by _umem_cache_alloc().

◆ cc_flags

int umem_cpu_cache::cc_flags

◆ cc_free

uint_t umem_cpu_cache::cc_free

◆ cc_loaded

umem_magazine_t* umem_cpu_cache::cc_loaded

Referenced by _umem_cache_alloc().

◆ cc_lock

mutex_t umem_cpu_cache::cc_lock

Referenced by _umem_cache_alloc().

◆ cc_magsize

int umem_cpu_cache::cc_magsize

◆ cc_pad

char umem_cpu_cache::cc_pad[UMEM_CPU_PAD]

◆ cc_ploaded

umem_magazine_t* umem_cpu_cache::cc_ploaded

◆ cc_prounds

int umem_cpu_cache::cc_prounds

◆ cc_rounds

int umem_cpu_cache::cc_rounds

Referenced by _umem_cache_alloc().


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