Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dmallint.h89 #define LINKFOR(b) ((b)->t_n) macro
132 #define LINKFOR(b) (((b)->t_n).w_p) macro
H A Dmalloc.c530 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
580 LINKFOR(tp) = np; in realfree()
759 if ((sp = LINKFOR(op)) != NULL) in t_delete()
761 LINKFOR(tp) = sp; in t_delete()
770 if ((tp = LINKFOR(op)) != NULL) { in t_delete()
/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmallint.h104 #define LINKFOR(b) (((b)->t_n).w_p[0]) macro
H A Dmalloc.c543 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
603 LINKFOR(tp) = np; in realfree()
957 if ((sp = LINKFOR(op)) != NULL) { in t_delete()
962 LINKFOR(tp) = sp; in t_delete()
972 if ((tp = LINKFOR(op)) != NULL) { in t_delete()