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

#include <umem_impl.h>

Public Attributes

struct umem_cacheslab_cache
 
void * slab_base
 
struct umem_slabslab_next
 
struct umem_slabslab_prev
 
struct umem_bufctlslab_head
 
long slab_refcnt
 
long slab_chunks
 

Member Data Documentation

◆ slab_base

void* umem_slab::slab_base

◆ slab_cache

struct umem_cache* umem_slab::slab_cache

◆ slab_chunks

long umem_slab::slab_chunks

◆ slab_head

struct umem_bufctl* umem_slab::slab_head

◆ slab_next

struct umem_slab* umem_slab::slab_next

◆ slab_prev

struct umem_slab* umem_slab::slab_prev

◆ slab_refcnt

long umem_slab::slab_refcnt

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