]> Cypherpunks repositories - gostls13.git/commit
runtime: split non-debugging malloc interface out of debug.go into mem.go
authorRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 20:09:21 +0000 (15:09 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 20:09:21 +0000 (15:09 -0500)
commit591c74ad20315d2886d2ff4c36efe47dda92e257
tree1f77a933be49a19b6f31c3e8c1fe93f569d65e4d
parent3f915f51a8d16e97ac631dfb4dd5946ca675a2b8
runtime: split non-debugging malloc interface out of debug.go into mem.go

R=r, dsymonds
CC=golang-dev
https://golang.org/cl/4273045
src/pkg/runtime/Makefile
src/pkg/runtime/debug.go
src/pkg/runtime/mem.go [new file with mode: 0644]