1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:11:22 -06:00
go/src/pkg/bytes
Rémy Oudompheng e42584effe bytes: don't leave mprotect-ed pages after unsafe test.
Fixes inscrutable GC faults during testing.

R=golang-dev, bradfitz, dave, fullung
CC=golang-dev
https://golang.org/cl/8300044
2013-04-03 08:30:20 -07:00
..
asm_386.s runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
asm_amd64.s runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
asm_arm.s build: update assembly variable names for vet 2013-03-22 12:57:55 -04:00
buffer_test.go bytes: Benchmark Buffer's compactions 2013-03-29 14:17:09 -07:00
buffer.go bytes: document that Buffer.Write grows the buffer 2013-03-29 14:09:31 -07:00
bytes_decl.go runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
bytes_test.go runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
bytes.go bytes,strings: remove user name from BUG in comment 2013-03-19 15:04:18 -07:00
equal_test.go bytes: don't leave mprotect-ed pages after unsafe test. 2013-04-03 08:30:20 -07:00
example_test.go bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00
export_test.go bytes: don't grow Buffer if capacity is available 2013-03-29 12:39:19 -07:00
reader_test.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
reader.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00