RTEMS 6.1-rc4
|
This source file contains the implementation of _RBTree_Replace_node(). More...
#include <rtems/score/rbtree.h>
Functions | |
void | _RBTree_Replace_node (RBTree_Control *the_rbtree, RBTree_Node *victim, RBTree_Node *replacement) |
Replaces a node in the red-black tree without a rebalance. | |
This source file contains the implementation of _RBTree_Replace_node().