allow core:mem/virtual import on more targets by expanding the other implementation

This commit is contained in:
Laytan Laats
2024-07-11 01:55:59 +02:00
parent 40625b24e2
commit 0dfc660c71

View File

@@ -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) {