github.com/sagernet/sing@v0.4.0-beta.19.0.20240518125136-f67a0988a636/common/memory/memory_stub.go (about)

     1  //go:build (darwin && !cgo) || !darwin
     2  
     3  package memory
     4  
     5  const nativeAvailable = false
     6  
     7  func usageNative() uint64 {
     8  	return 0
     9  }