Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:FLAG_BITS

2250 #define FLAG_BITS           (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT)
2262 #define chunksize(p) ((p)->head & ~(FLAG_BITS))
2273 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS)))