Searched refs:ALIGN_POT (Results 1 – 1 of 1) sorted by relevance
556 #define ALIGN_POT(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro638 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT); in linear_alloc_child()667 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT); in linear_alloc_parent()