Searched refs:CINUSE_BIT (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.h | 123 #define CINUSE_BIT (SIZE_T_TWO) macro 124 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT) 130 #define cinuse(p) ((p)->head & CINUSE_BIT) 135 #define clear_cinuse(p) ((p)->head &= ~CINUSE_BIT)
|
| H A D | dlmalloc.c | 1708 #define CINUSE_BIT (SIZE_T_TWO) 1709 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT) 1715 #define cinuse(p) ((p)->head & CINUSE_BIT) 1720 #define clear_cinuse(p) ((p)->head &= ~CINUSE_BIT) 2425 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ 2430 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ 2435 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT)) 2448 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ 2453 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ 2458 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2210 #define CINUSE_BIT (SIZE_T_TWO) macro 2212 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT) 2213 #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT) 2219 #define cinuse(p) ((p)->head & CINUSE_BIT) 3003 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ 3008 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ 3013 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT)) 3026 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ 3031 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ 3036 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
|