Searched defs:Root (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmalloc.c79 static TREE *Root, /* root of the free tree */ variable
232 if (Root) {
233 tp = Root;
255 } else if (tp != Root) {
258 Root = tp;
542 if (Root) {
544 np = Root;
570 Root = tp;
590 Root = tp;
782 Root
[all...]
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c62 static TREE *Root; /* root of the free tree */ variable
194 if (Root) {
195 tp = Root;
224 } else if (tp != Root) {
229 Root = tp;
551 if (Root) {
553 np = Root;
586 Root = tp;
613 Root = tp;
990 Root
[all...]

Completed in 17 milliseconds