| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Enhanced the rbtree.h header with detailed documentation comments for
each function.
This comment aims to clarify the role of the red-black tree in memory
management and how these functions interact with and manage memory.
|
| |
|
|
|
| |
Red-black tree operations now consistently use the 'rbtree_' prefix, and
internal functions remain unexposed. Tested on RV64GC, resulting in a
498-byte reduction in the .text section size.
|
| | |
|
| | |
|
| | |
|
|
|
* [MEMORY] Switched from a sparse array to an RB tree
* [RBTREE] Fixed the Android build
|