]> Cypherpunks repositories - gostls13.git/commit
runtime: use persistentalloc instead of custom malloc in memory profiler
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 9 Jun 2013 17:38:37 +0000 (21:38 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 9 Jun 2013 17:38:37 +0000 (21:38 +0400)
commit8cf7044983077a5d739d54c8deeb952a4b6b152c
tree30b486c5d04854ab7eb17326610506c25e88501d
parent177191237e7400d5f277405f7340bd95d9b09676
runtime: use persistentalloc instead of custom malloc in memory profiler
Removes code duplication.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9874055
src/pkg/runtime/mprof.goc