Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c199 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro
286 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
H A DsljitProtExecAllocator.c261 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro
353 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()

Completed in 6 milliseconds