commit | dfe446c5a54ca0febabb81b542cc4e634c6f5c30 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Tue Jan 03 12:51:27 2017 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Tue Jan 03 22:57:40 2017 +0000 |
tree | 1b601c3b62af00057fb5f3cccc4f92f3fd2a818b | |
parent | eac28020ee4b2532d4cd43f448fe612e84e0a108 [diff] |
runtime: remove __go_alloc and __go_free Move allocg and handling of allgs slice from C to Go. Change-Id: I579aa6dfc09e9e635106e9d36c4e3ab0bce6fa7a Reviewed-on: https://go-review.googlesource.com/34797 Reviewed-by: Than McIntosh <thanm@google.com>