about summary refs log tree commit diff stats
path: root/src/tools/rbtree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RBTREE] Fixed an edge case (#2562)rajdakin2025-04-221-1/+3
* [RBTREE] Cache boundary nodes and remove `add_range()` (#2557)Chi-Kuan Chiu2025-04-221-31/+54
* [DEBUG] Exposed a debug function to print an rbtreeptitSeb2025-04-201-20/+24
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-1/+2
* [DYNAREC] Improved handling of db_size rbtreeptitSeb2025-04-091-0/+310
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-271-0/+14
* Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...ptitSeb2024-12-231-5/+39
* [TRACE] Use lower case hex on rbtreeptitSeb2024-11-171-6/+6
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-061-71/+70
* [rebree]The name of rbtree is set error. (#1984)zymayunyan2024-10-311-1/+1
* Improve debugging trace of rb_treeptitSeb2024-10-081-5/+7
* [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