Use static global memory for std handles instead of allocating.

This commit is contained in:
gingerBill
2025-01-05 12:53:20 +00:00
parent 397e371232
commit 1bf33fe373
7 changed files with 93 additions and 76 deletions
+1
View File
@@ -2,6 +2,7 @@
package os2
import "base:runtime"
import "core:mem"
@(require_results)
file_allocator :: proc() -> runtime.Allocator {