about summary refs log tree commit diff stats
path: root/src/tools/rbtree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Improved trace a bitptitSeb2024-02-011-1/+1
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-231-0/+14
* Ficxed an issue with rbtree rb_get_end utility functionptitSeb2024-01-161-3/+4
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-9/+9
* Fixed issue on rbtree on rb_get_end when end is another blockptitSeb2023-12-311-13/+19
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-0/+894