Searched refs:malloc_pageshift (Results 1 – 1 of 1) sorted by relevance
49 # define malloc_pageshift 13U macro53 # define malloc_pageshift 13U macro57 # define malloc_pageshift 13U macro61 # define malloc_pageshift 12U macro65 # define malloc_pageshift 12U macro126 #define ZEROSIZEPTR ((void *)(uintptr_t)(1UL << (malloc_pageshift - 1)))188 static size_t malloc_pageshift; variable201 (((size_t)(uintptr_t)(foo) >> malloc_pageshift)-malloc_origo)349 intptr_t bytes = pages << malloc_pageshift; in map_pages()463 for (malloc_pageshift = 0; in malloc_init()[all …]