Searched refs:CHUNK_MASK (Results 1 – 2 of 2) sorted by relevance
219 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro307 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()
Completed in 8 milliseconds