Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c233 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
274 size = ALIGN_SIZE(size); in sljit_malloc_exec()
H A DsljitProtExecAllocator.c284 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
327 size = ALIGN_SIZE(size); in sljit_malloc_exec()

Completed in 14 milliseconds