mallocheader
roundedlen = ROUNDUP(len, sizeof(struct mallocheader));
struct mallocheader *self;
const size_t sz = sizeof(struct mallocheader);
struct mallocheader *bothdr, *tophdr;
roundedlen = ROUNDUP(len, sizeof(struct mallocheader));
struct mallocheader *bothdr, *tophdr;