Searched refs:CHUNK_MASK (Results 1 – 3 of 3) sorted by relevance
198 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro285 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
264 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro356 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
17 #define CHUNK_MASK (CHUNK_SIZE - 1) macro51 while (text->size() & CHUNK_MASK) text->push_back(terminator); in rewriteText()