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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2141 The C (CINUSE_BIT) bit, stored in the unused second-lowest bit of
2240 adjacent chunk in use, and or'ed with CINUSE_BIT if this chunk is in
2247 #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),\
[all...]

Completed in 33 milliseconds