r212233 - /trunk/libgo/runtime/go-map-delete.c
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Jul 2 14:23:00 GMT 2014
Author: ian
Date: Wed Jul 2 14:23:45 2014
New Revision: 212233
URL: https://gcc.gnu.org/viewcvs?rev=212233&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgo/runtime/go-map-delete.c
More information about the Gcc-cvs
mailing list