]> Cypherpunks repositories - gostls13.git/commit
runtime: coalesce 0-size allocations
authorRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 21:42:22 +0000 (16:42 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 21:42:22 +0000 (16:42 -0500)
commitec59b840f93fff4631b60323e28a44967c704e7d
tree50868a2cf17c483f8fa7f68d01a70e699bfcd91f
parent295a4d8e6433e8a8b6df25375fb780b0f75ff4e6
runtime: coalesce 0-size allocations

Fixes #3996.

R=ken2
CC=golang-dev
https://golang.org/cl/7001052
src/pkg/runtime/malloc.goc