Searched refs:MIN_CHUNK_MASK (Results 1 – 1 of 1) sorted by relevance
129 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1) macro633 off = (off + MIN_CHUNK_MASK) & ~MIN_CHUNK_MASK; in rt_slab_alloc()
Completed in 5 milliseconds