Commit graph

4 commits

Author SHA1 Message Date
5c0c981465 Meta: Run clang-format 2025-06-07 08:42:32 -04:00
e982c9584a System/FFI/LibC: Round-robin mem_task selection for malloc
This fixes an issue where multiple HTTP requests would arrive
simultaneously, and the subsequent calls to @rsa_import would
end up clobbering the shared mem_task's CHeapCtrl, leading to #GP.

Eventually, we may want to simplify this to only init the CHeapCtrl,
rather than creating the entire CTask, but for now it seems ok.
2025-03-10 07:51:19 -04:00
64f31de070 Everywhere: Use slon_mem_task for memory allocation 2025-03-06 09:54:26 -05:00
52cb92f587 Meta: Add files to repository 2025-02-16 15:21:19 -05:00