slon/System/FFI
Alec Murphy 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
..
Base.HC Meta: Add files to repository 2025-02-16 15:21:19 -05:00
ELF64.HC Everywhere: Use slon_mem_task for memory allocation 2025-03-06 09:54:26 -05:00
LibC.HC System/FFI/LibC: Round-robin mem_task selection for malloc 2025-03-10 07:51:19 -04:00
New.HC Everywhere: Use slon_mem_task for memory allocation 2025-03-06 09:54:26 -05:00