LINE_ROUND
i = (objsize & (LINE_ROUND - 1));
D("XXX aligning object by %d bytes", LINE_ROUND - i);
objsize += LINE_ROUND - i;