ALIGNMASK 57 core/suba.c #define ALIGN(s) (((s) + ALIGNMASK) & ~ALIGNMASK) ALIGNMASK 256 core/suba.c size = size & ~ALIGNMASK;