Home
last modified time | relevance | path

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

/bionic/libc/upstream-dlmalloc/
Dmalloc.c2247 #define CINUSE_BIT (SIZE_T_TWO) macro
2249 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
2250 #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT)
2256 #define cinuse(p) ((p)->head & CINUSE_BIT)
3054 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
3059 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
3064 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT))
3077 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
3082 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
3087 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\