Searched defs:kmalloc_slab (Results 1 – 1 of 1) sorted by relevance
60 struct kmalloc_slab { struct62 struct kmalloc_slab *next; /* next mag in list */ argument63 struct malloc_type *type; /* who does this belong to */64 __uint32_t magic;65 __uint32_t orig_cpuid; /* originally allocated on */66 __size_t offset; /* copied from kmalloc_mgt */67 __size_t objsize; /* copied from malloc_type */68 __size_t ncount;70 __size_t aindex; /* start of allocations */71 __size_t findex; /* end of frees */[all …]