From 7ba85cc2ea16f9006df4d4c9d5a4890b84f7f009 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Sat, 24 May 2025 13:00:15 -0600 Subject: [PATCH] finish 034 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 1aa2edf..9b440ad 100644 --- a/TODO +++ b/TODO @@ -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?