Searched refs:ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance
128 #ifndef ALIGN_SIZE129 #define ALIGN_SIZE sizeof(double) macro134 char align[ALIGN_SIZE]; /* To force sizeof(header). */
218 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro259 size = ALIGN_SIZE(size); in sljit_malloc_exec()
281 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro324 size = ALIGN_SIZE(size); in sljit_malloc_exec()
Completed in 10 milliseconds