Searched refs:ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance
134 #ifndef ALIGN_SIZE135 #define ALIGN_SIZE sizeof(double) macro140 char align[ALIGN_SIZE]; /* To force sizeof(header). */
144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro185 size = ALIGN_SIZE(size); in sljit_malloc_exec()
Completed in 5 milliseconds