]> Cypherpunks repositories - gostls13.git/commit
embarassing bug in allocator:
authorRuss Cox <rsc@golang.org>
Fri, 20 Mar 2009 23:34:13 +0000 (16:34 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 20 Mar 2009 23:34:13 +0000 (16:34 -0700)
commitc1e748bd2e440dde4cf9778af622e726a39ef0ae
tree491e3743300c535d52e605d1a60887610272009f
parent90943c8ee4cf2ccef11b72ba01ea729edd8b3c66
embarassing bug in allocator:
was applying wrong waste check,
resulting in many more size classes
than necessary.

R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=26602
CL=26605
src/runtime/malloc.h
src/runtime/msize.c