go-map-delete.c
1.45 KB
-
re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g) · 9490fda6
PR go/61620 runtime: Don't free tiny blocks in map deletion. The memory allocator now has a special case for tiny blocks (smaller than 16 bytes) and they can not be explicitly freed. From-SVN: r212233
Ian Lance Taylor committed