MALLOCALIGN_MASK
heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) &
~MALLOCALIGN_MASK);
#define MEMNODE_SIZE_MASK MALLOCALIGN_MASK