Searched refs:ROUND (Results 1 – 1 of 1) sorted by relevance
100 #define ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) macro104 #define HEADERSIZE ROUND(sizeof(Cell), ALIGNMENT)358 size = ROUND(size, ALIGNMENT); in OSAllocFromHeap()446 void* end = (void*) ROUND(*rend, ALIGNMENT); in OSAllocFixed()687 arenaStart = (void*) ROUND(arenaStart, ALIGNMENT); in OSInitAlloc()719 start = (void*) ROUND(start, ALIGNMENT); in OSCreateHeap()849 start = (void*) ROUND(start, ALIGNMENT); in OSAddToHeap()