Home | History | Annotate | Download | only in mpreal

Lines Matching refs:FLAG_BITS

2124 #define FLAG_BITS           (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT)

2135 #define chunksize(p) ((p)->head & ~(FLAG_BITS))
2144 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS)))