Searched refs:PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
26 #ifndef PAGE_SIZE27 #define PAGE_SIZE 4096 macro30 (((size_t)(p) + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
35 #ifndef PAGE_SIZE36 #define PAGE_SIZE 4096 macro39 (((size_t)(p) + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))41 ((size_t)(p) & ~(PAGE_SIZE - 1))1289 end = (void *)((size_t)end & ~(PAGE_SIZE - 1)); in releasePagesInRange()
76 #ifndef PAGE_SIZE77 #define PAGE_SIZE 4096 macro80 (((size_t)(p) + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
11 #define PAGE_SIZE 4096 macro13 #define HEAP_SIZE (5 * PAGE_SIZE + 888)