Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
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()