finish 034

This commit is contained in:
Judah Caruso 2025-05-24 13:00:15 -06:00
parent 657dec6415
commit 7ba85cc2ea

2
TODO
View file

@ -36,7 +36,6 @@
031 [x] standardize error handling (maybe odin-style enums?)
032 [memory] more allocators!
033 [sort] create sort module with quick sort, radix sort support (in place and copy versions)
034 [x] can we add location info to Allocator_Proc?
035 [memory] add debug allocator to track allocation locations, double frees, etc. (should wrap another allocator)
036 [thread] create *simple* threading module
037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types - blocked by 036
@ -83,3 +82,4 @@
004 [thirdparty/luajit] create bindings
001 [platform] create module for OS/platform-specific things
024 [x] create file to document conventions/style guide
034 [x] can we add location info to Allocator_Proc?