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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c116 struct pginfo { struct
117 struct pginfo *next; /* next on the free list */
143 #define MALLOC_NOT_MINE ((struct pginfo*) 0)
144 #define MALLOC_FREE ((struct pginfo*) 1)
145 #define MALLOC_FIRST ((struct pginfo*) 2)
146 #define MALLOC_FOLLOW ((struct pginfo*) 3)
147 #define MALLOC_MAGIC ((struct pginfo*) 4)
209 static struct pginfo **page_dir;
253 static int set_pgdir(void *ptr, struct pginfo *info);
260 struct pginfo **p
[all...]

Completed in 46 milliseconds