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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c126 struct pgfree { struct
127 struct pgfree *next; /* next run of free pages */
128 struct pgfree *prev; /* prev run of free pages */
219 static struct pgfree free_list;
251 static struct pgfree *px;
261 struct pgfree *pf;
543 struct pgfree *pf;
611 px = (struct pgfree*)delay_free;
931 struct pgfree *pf,*pt;
965 px = (struct pgfree*)_PR_UnlockedMallo
[all...]

Completed in 717 milliseconds