PR go/61620
commitd57c59236cf53035a2402f6656dba43ed4db8276
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2014 14:23:45 +0000 (2 14:23 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2014 14:23:45 +0000 (2 14:23 +0000)
treeb1f7f5b6fb32131dd3b18b057a6e9ac979581aca
parent0329998ebcfd73055e1d031d0709ce5a4b509fd7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212233 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/runtime/go-map-delete.c