BRKALIGN
old_brk = (uintptr_t)BRKALIGN(_nd);
new_brk = BRKALIGN(new_brk);
old_brk = BRKALIGN(_nd);
new_brk = BRKALIGN(old_brk + addend);