For internal use only.
This file contains the implementation of the _rb_rotate() function, used to perform a tree node rotation for tree balancing.
Definition in file _rb_rotate.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for _rb_rotate.c:
Go to the source code of this file.
Functions | |
void | _rb_rotate (rb_tree_t *tree, rb_node_t *child) |
Rotate tree nodes. |