]> Cypherpunks repositories - gostls13.git/commit
runtime: serialize mcache allocation
authorRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 18:09:19 +0000 (14:09 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 18:09:19 +0000 (14:09 -0400)
commit7389ab8d218fe7b7cf2ebdd232524a1ebd5a0b81
treece4c2a0e614c104159278ff068f691b88a96ebab
parentf6a217827a4461ece9c81696c40605c7fbb1b267
runtime: serialize mcache allocation

Fixes racy regex-dna-parallel crashes.

R=r, r2
CC=golang-dev
https://golang.org/cl/2308042
src/pkg/runtime/malloc.goc