Searched refs:CHUNK_MASK (Results 1 – 1 of 1) sorted by relevance
125 #define CHUNK_MASK (~(CHUNK_SIZE - 1)) macro212 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
Completed in 14 milliseconds