Home
last modified time | relevance | path

Searched defs:kmembuckets (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/sys/sys/
H A Dmalloc.h186 struct kmembuckets { struct
187 caddr_t kb_next; /* list of free blocks */
188 caddr_t kb_last; /* last free block */
189 long kb_calls; /* total calls to allocate this size */
190 long kb_total; /* total number of blocks allocated */
191 long kb_totalfree; /* # of free elements in this bucket */
192 long kb_elmpercl; /* # of elements in this sized allocation */
193 long kb_highwat; /* high water mark */
194 long kb_couldfree; /* over high water mark and could free */