Searched defs:mem_zone (Results 1 – 2 of 2) 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 */
28 struct mem_zone { struct29 struct mem_item *first;30 size_t total, highwater;31 size_t limit;32 int notlifo, rogue;