This commit is contained in:
gingerBill
2024-07-11 13:04:32 +01:00
11 changed files with 67 additions and 36 deletions
@@ -1,5 +1,7 @@
//+build freebsd, openbsd, netbsd
//+private
//+build !darwin
//+build !linux
//+build !windows
package mem_virtual
_reserve :: proc "contextless" (size: uint) -> (data: []byte, err: Allocator_Error) {