Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c219 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro
307 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
H A DsljitProtExecAllocator.c264 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro
356 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()

Completed in 9 milliseconds