Searched defs:mem_zone (Results 1 – 1 of 1) sorted by relevance
109 struct mem_zone { struct110 struct mem_item *first; /* pointer to first item in list, or NULL */111 size_t total, highwater; /* total allocations, and largest total */112 size_t limit; /* memory allocation limit, or 0 if no limit */113 int notlifo, rogue; /* counts of non-LIFO frees and rogue frees */