Home
last modified time | relevance | path

Searched refs:pgfree (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/stdlib/
Dmalloc.c161 struct pgfree { struct
162 struct pgfree *next; /* next run of free pages */ argument
163 struct pgfree *prev; /* prev run of free pages */ argument
239 static struct pgfree free_list;
288 static struct pgfree *px;
569 struct pgfree *pf; in malloc_pages()
914 struct pgfree *pf, *pt=NULL; in free_pages()