Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/stdlib/
Dmalloc.c157 struct chunk_info { struct
159 void *page; /* pointer to the page */
160 u_int32_t canary;
161 u_short size; /* size of this page's chunks */
162 u_short shift; /* how far to shift for this size */
163 u_short free; /* how many free chunks */
164 u_short total; /* how many chunk */
166 u_short bits[1];