Home
last modified time | relevance | path

Searched refs:FLAG_BITS (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2213 #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT) macro
2224 #define chunksize(p) ((p)->head & ~(FLAG_BITS))
2233 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS)))