Searched defs:malloc_pageshift (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c100 # define malloc_pageshift 12UL macro
168 * malloc_pagesize == 1 << malloc_pageshift
170 #ifndef malloc_pageshift
171 static unsigned malloc_pageshift; variable
172 #endif /* malloc_pageshift */
268 fprintf(fd,"%08lx %5d ",(j+malloc_origo) << malloc_pageshift,j);
306 fprintf(fd,"Pageshift\t%ld\n",malloc_pageshift);
308 fprintf(fd,"LastPage\t%ld %lx\n",last_index+malloc_pageshift,
309 (last_index + malloc_pageshift) << malloc_pageshift);
596 size >>= malloc_pageshift; local
[all...]

Completed in 55 milliseconds