gvisor/pkg/abi
Nicolas Lacasse e884168e1e Encode stat to bytes manually, instead of calling CopyObjectOut.
CopyObjectOut grows its destination byte slice incrementally, causing
many small slice allocations on the heap. This leads to increased GC and
noticeably slower stat calls.

PiperOrigin-RevId: 233140904
Change-Id: Ieb90295dd8dd45b3e56506fef9d7f86c92e97d97
2019-02-08 15:48:23 -08:00
..
linux Encode stat to bytes manually, instead of calling CopyObjectOut. 2019-02-08 15:48:23 -08:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
abi.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
abi_linux.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
flag.go Format sigaction in strace 2018-12-07 16:28:54 -08:00