Lines Matching refs:ROUNDUP
117 #define ROUNDUP(size) (((unsigned long int) (size) + page_size - 1) \ macro
295 get = (char *) ROUNDUP ((char *)last_heap->end + get)
348 - (char *) ROUNDUP ((char *)last_heap->end - excess); in relinquish()
744 SIZE get = ROUNDUP (size);
746 address = (POINTER) ROUNDUP (virtual_break_value);
754 address = (POINTER) ROUNDUP (h->start);
766 address = (POINTER) ROUNDUP (virtual_break_value);
768 address = (POINTER) ROUNDUP (last_heap->start);
983 extra_bytes = ROUNDUP (50000); in r_alloc_init()
985 first_heap->end = (POINTER) ROUNDUP (first_heap->start); in r_alloc_init()
1025 assert ((POINTER) ROUNDUP (h->end) == h->end); in r_alloc_check()