]> Cypherpunks repositories - gostls13.git/commit
runtime: account for tiny allocs, for testing.AllocsPerRun
authorRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 18:49:32 +0000 (14:49 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 18:49:32 +0000 (14:49 -0400)
commite19d8a47d1803a19446c658712c4bdff84d0da31
tree2e7903e0a12d21606597ecc82c38546e11506101
parenta883f117a9dda5f218bb08dc1c4e181ab1679e11
runtime: account for tiny allocs, for testing.AllocsPerRun

Fixes #8734.

LGTM=r, bradfitz, dvyukov
R=bradfitz, r, dvyukov
CC=golang-codereviews, iant, khr
https://golang.org/cl/143150043
src/runtime/malloc.c
src/runtime/malloc.go
src/runtime/malloc.h
src/runtime/mem.go
src/runtime/mgc0.c
src/runtime/mheap.c
src/testing/allocs_test.go [new file with mode: 0644]