Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c125 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro
212 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()

Completed in 7 milliseconds