Searched refs:TREE (Results 1 – 7 of 7) sorted by relevance
65 static TREE *Root; /* root of the free tree */66 static TREE *Bottom; /* the last free chunk in the arena */69 static void t_delete(TREE *);70 static void t_splay(TREE *);74 static TREE *morecore(size_t);76 static void protect(TREE *);77 static void unprotect(TREE *);92 copy_pattern(int pat, TREE *tp) in copy_pattern()106 static TREE *List[MINSIZE/WORDSIZE-1];107 static TREE *Last[MINSIZE/WORDSIZE-1];[all …]
62 #define MINSIZE (sizeof (TREE) - sizeof (WORD))89 } TREE; typedef108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE))116 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE))
37 #define _nextblk(p, size) ((TREE *)((uintptr_t)(p) + (size)))64 TREE *p; /* Ptr returned from malloc() */ in memalign()65 TREE *blk; /* For addressing fragment blocks */ in memalign()67 TREE *alignedp; /* Ptr to properly aligned boundary */ in memalign()68 TREE *aligned_blk; /* The block to be returned */ in memalign()116 p = (TREE *)malloc(reqsize); in memalign()117 if (p == (TREE *)NULL) { in memalign()136 alignedp = (TREE *)x; in memalign()
63 #define MINSIZE (sizeof (TREE) - sizeof (WORD))83 } TREE; typedef118 } TREE; typedef138 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))139 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE))144 #define SELFP(b) ((TREE **)(((uintptr_t)(b)) + SIZE(b)))145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE)))146 #define NEXT(b) ((TREE *)(((uintptr_t)(b)) + SIZE(b) + WORDSIZE))
81 static TREE *Root, /* root of the free tree */88 static void t_delete(TREE *);89 static void t_splay(TREE *);118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */123 TREE *tp; in _smalloc()135 TREE *np; in _smalloc()182 TREE *tp, *sp; in _malloc_unlocked()304 TREE *tp, *np; in realloc()490 TREE *tp, *sp, *np; in realfree()600 static TREE *[all …]
253 TREE=$SUBTREE254 while [[ $TREE != $CODEMGR_WS ]]; do255 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg256 TREE=`dirname $TREE`
1 SPANNING TREE SOFTWARE