Searched defs:kmembuckets (Results 1 – 1 of 1) sorted by relevance
186 struct kmembuckets { struct187 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 */