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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c246 * deletes a node from a cartesian tree. p is the address of
320 * Demotes a node in a cartesian tree, if necessary, to establish
1269 * cartesian(p)
1275 cartesian(Freehdr p) function
1337 return (cartesian(p->left) && cartesian(p->right));
1397 if (!cartesian(_root)){

Completed in 59 milliseconds