Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2262 #define CINUSE_BIT (SIZE_T_TWO) macro
2264 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
2265 #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT)
2271 #define cinuse(p) ((p)->head & CINUSE_BIT)
3067 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
3072 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
3077 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT))
3090 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
3095 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
3100 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\