Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c238 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
279 size = ALIGN_SIZE(size); in sljit_malloc_exec()
H A DsljitProtExecAllocator.c284 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
327 size = ALIGN_SIZE(size); in sljit_malloc_exec()

Completed in 6 milliseconds