LIBUFS_BUFALIGN
} d_sbunion __aligned(LIBUFS_BUFALIGN);
} d_cgunion __aligned(LIBUFS_BUFALIGN);
} d_inosunion __aligned(LIBUFS_BUFALIGN);
if (data != NULL && (((intptr_t)data) & (LIBUFS_BUFALIGN - 1)) == 0) \
*newbufpp = aligned_alloc(LIBUFS_BUFALIGN, size); \
if (((uintptr_t)disk & ~(LIBUFS_BUFALIGN - 1)) != (uintptr_t)disk) {
while ((retval = aligned_alloc(LIBUFS_BUFALIGN, size)) == NULL)
uint8_t block[1 * 1024 * 1024] __aligned(LIBUFS_BUFALIGN);