Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/main/
H A Dalloca.c128 #ifndef ALIGN_SIZE
129 #define ALIGN_SIZE sizeof(double) macro
134 char align[ALIGN_SIZE]; /* To force sizeof(header). */
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c218 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
259 size = ALIGN_SIZE(size); in sljit_malloc_exec()
H A DsljitProtExecAllocator.c281 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
324 size = ALIGN_SIZE(size); in sljit_malloc_exec()

Completed in 11 milliseconds