RTEMS
|
_RBTree_Replace_node() implementation. More...
#include <rtems/score/rbtree.h>
Go to the source code of this file.
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. More... | |
_RBTree_Replace_node() implementation.
Definition in file rbtreereplace.c.