MEMALIGN
# define MEMALIGN(alignment, size) malloc(size)
# define MEMALIGN(alignment, size) memalign(alignment, size)