mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Use static global memory for std handles instead of allocating.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
package os2
|
||||
|
||||
import "base:runtime"
|
||||
import "core:mem"
|
||||
|
||||
@(require_results)
|
||||
file_allocator :: proc() -> runtime.Allocator {
|
||||
|
||||
Reference in New Issue
Block a user