|
umem
1.0.1
|
#include <umem_impl.h>
Public Attributes | |
| mutex_t | cc_lock |
| uint_t | cc_alloc |
| uint_t | cc_free |
| umem_magazine_t * | cc_loaded |
| umem_magazine_t * | cc_ploaded |
| int | cc_rounds |
| int | cc_prounds |
| int | cc_magsize |
| int | cc_flags |
| char | cc_pad [UMEM_CPU_PAD] |
| uint_t umem_cpu_cache::cc_alloc |
Referenced by _umem_cache_alloc().
| int umem_cpu_cache::cc_flags |
Referenced by _umem_cache_alloc(), and _umem_cache_free().
| uint_t umem_cpu_cache::cc_free |
| umem_magazine_t* umem_cpu_cache::cc_loaded |
Referenced by _umem_cache_alloc().
| mutex_t umem_cpu_cache::cc_lock |
Referenced by _umem_cache_alloc().
| int umem_cpu_cache::cc_magsize |
| char umem_cpu_cache::cc_pad[UMEM_CPU_PAD] |
| umem_magazine_t* umem_cpu_cache::cc_ploaded |
| int umem_cpu_cache::cc_prounds |
| int umem_cpu_cache::cc_rounds |
Referenced by _umem_cache_alloc().
1.8.14