Merge pull request #3903 from laytan/allow-mem-virtual-import-on-more-targets

allow `core:mem/virtual` import on more targets by expanding the `other` implementation
This commit is contained in:
Jeroen van Rijn
2024-07-11 02:12:53 +02:00
committed by GitHub

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