Malloc_align
static void *Malloc_align(size_t, size_t);
return (Malloc_align(bytes, 1));
return (Malloc_align(bytes, alignment));