Searched refs:TLEFT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmbest.c261 l = TLEFT(root);
263 TLEFT(r) = l;
460 TLEFT(np) = fp;
461 TLEFT(fp) = NIL(Block_t*);
H A Dvmhdr.h290 #define TLEFT(b) ((b)->head.head.seg.link) /* instead of LEFT */ macro
291 #define TINIEST(b) (SIZE(b) == TINYSIZE) /* this type uses TLEFT */
367 ** only the TINIEST ones require TLEFT(b) for the back link. Since this

Completed in 16 milliseconds