Searched refs:BIT0 (Results 1 – 5 of 5) sorted by relevance
120 #define BIT0 (01) /* ...001 */ macro123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */125 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */127 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */
269 SIZE(tp) = n | BIT0; in malloc_unlocked()276 SIZE(sp) |= BIT0; in malloc_unlocked()389 SIZE(np) = n | BIT0; in realloc()1213 SIZE(aligned_blk) = blksize | BIT0; in memalign()1215 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()1240 SIZE(blk) = frag_size | BIT0; in memalign()
150 #define BIT0 (01) /* ...001 */ macro153 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */155 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */157 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */
159 SIZE(aligned_blk) = blksize | BIT0; in memalign()161 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()179 SIZE(blk) = frag_size | BIT0; in memalign()
284 SIZE(tp) = n|BIT0; in _malloc_unlocked()290 SIZE(sp) |= BIT0 | o_bit1; in _malloc_unlocked()401 SIZE(np) = n|BIT0; in realloc()