Searched refs:SETOLD01 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 357 SETOLD01(SIZE(tp), ts); in realloc() 407 SETOLD01(SIZE(tp), ts); in realloc() 414 SETOLD01(SIZE(tp), ts); in realloc() 445 SETOLD01(SIZE(tp), ts); in realloc() 470 SETOLD01(SIZE(tp), ts); in realloc()
|
H A D | memalign.c | 177 SETOLD01(SIZE(aligned_blk), blksize); in memalign()
|
H A D | mallint.h | 161 #define SETOLD01(n, o) ((n) |= (BITS01 & (o))) macro
|
/titanic_50/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 337 SETOLD01(SIZE(tp), ts); in realloc() 395 SETOLD01(SIZE(tp), ts); in realloc() 402 SETOLD01(SIZE(tp), ts); in realloc() 433 SETOLD01(SIZE(tp), ts); in realloc() 462 SETOLD01(SIZE(tp), ts); in realloc() 1238 SETOLD01(SIZE(aligned_blk), blksize); in memalign()
|
H A D | mallint.h | 131 #define SETOLD01(n, o) ((n) |= (BITS01 & (o))) macro
|