gvisor/pkg/flipcall
Jamie Liu f051ec6463 Add gohacks.Slice/StringHeader.
See https://github.com/golang/go/issues/19367 for rationale. Note that the
upstream decision arrived at in that thread, while useful for some of our use
cases, doesn't account for all of our SliceHeader use cases (we often use
SliceHeader to extract pointers from slices in a way that avoids bounds
checking and/or handles nil slices correctly) and also doesn't exist yet.

PiperOrigin-RevId: 358071574
2021-02-17 17:41:10 -08:00
..
BUILD
ctrl_futex.go
flipcall.go
flipcall_example_test.go
flipcall_test.go
flipcall_unsafe.go Add gohacks.Slice/StringHeader. 2021-02-17 17:41:10 -08:00
futex_linux.go
io.go Flipcall refinements. 2019-07-31 12:56:04 -07:00
packet_window_allocator.go
packet_window_mmap_amd64.go
packet_window_mmap_arm64.go