HomeSort by: relevance | last modified time | path
    Searched defs:pgfree (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
malloc.c 161 struct pgfree { struct
162 struct pgfree *next; /* next run of free pages */
163 struct pgfree *prev; /* prev run of free pages */
239 static struct pgfree free_list;
288 static struct pgfree *px;
569 struct pgfree *pf;
914 struct pgfree *pf, *pt=NULL;
malloc.c 161 struct pgfree { struct
162 struct pgfree *next; /* next run of free pages */
163 struct pgfree *prev; /* prev run of free pages */
239 static struct pgfree free_list;
288 static struct pgfree *px;
569 struct pgfree *pf;
914 struct pgfree *pf, *pt=NULL;
malloc.c 161 struct pgfree { struct
162 struct pgfree *next; /* next run of free pages */
163 struct pgfree *prev; /* prev run of free pages */
239 static struct pgfree free_list;
288 static struct pgfree *px;
569 struct pgfree *pf;
914 struct pgfree *pf, *pt=NULL;

Completed in 68 milliseconds