Lines Matching defs:malloc_pageshift
49 # define malloc_pageshift 13U
53 # define malloc_pageshift 13U
57 # define malloc_pageshift 13U
61 # define malloc_pageshift 12U
65 # define malloc_pageshift 12U
126 #define ZEROSIZEPTR ((void *)(uintptr_t)(1UL << (malloc_pageshift - 1)))
188 static size_t malloc_pageshift;
201 (((size_t)(uintptr_t)(foo) >> malloc_pageshift)-malloc_origo)
349 intptr_t bytes = pages << malloc_pageshift;
463 for (malloc_pageshift = 0;
464 (1UL << malloc_pageshift) != malloc_pagesize;
465 malloc_pageshift++)
536 * We need a maximum of malloc_pageshift buckets, steal these from the
540 >> malloc_pageshift;
541 malloc_origo -= malloc_pageshift;
550 malloc_cache <<= malloc_pageshift;
624 size >>= malloc_pageshift;
638 memset(p, SOME_JUNK, size << malloc_pageshift);
826 if (idx < malloc_pageshift) {
938 l = i << malloc_pageshift;
1120 if (idx < malloc_pageshift) {