github.com/tencent/goom@v1.0.1/internal/bytecode/stub/mmap_windows.go (about) 1 package stub 2 3 import "errors" 4 5 // acquireFromMMap enough executable space from holder 6 func acquireFromMMap(len int) (uintptr, *[]byte, error) { 7 return 0, nil, errors.New("not support yet") 8 }