Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dmalloc.c147 struct pginfo { struct
148 struct pginfo *next; /* next on the free list */ argument
149 void *page; /* Pointer to the page */
150 u_short size; /* size of this page's chunks */
151 u_short shift; /* How far to shift for this size chunks */
152 u_short free; /* How many free chunks */
153 u_short total; /* How many chunk */
154 u_int bits[1]; /* Which chunks are free */