1
This commit is contained in:
2022-07-04 13:21:43 +02:00
parent 2341d7bd95
commit a230ee84e1
3 changed files with 7 additions and 9 deletions

View File

@ -45,7 +45,7 @@ private:
void dump_free_memory(tree_block_t* node);
// NOTE: Would be nice to have this stuff somewhere else for general use,
// NOTE: Would be nice to have this stuff somewhere else for general use (scheduling?)
// but that would require different rbt_node/dll_node structures.
// If I need this again later I should move it.
void rbt_rot_l(tree_block_t* x);