Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c2250 #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT) macro
2262 #define chunksize(p) ((p)->head & ~(FLAG_BITS))
2273 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS)))