The base of memory (from and to space) is aligned mod 4, so if all objects are aligned mod 4, then everything will be aligned mod 4, right? Am I missing something? (The base is aligned because it comes from mmap which means it is page-aligned, and so is 0 mod 4096.)