1
0
mirror of https://github.com/golang/go synced 2024-11-26 11:38:01 -07:00
go/src
Jan Ziak 4da6b36fbf runtime: local allocation in mprof.goc
Binary data in mprof.goc may prevent the garbage collector from freeing
memory blocks. This patch replaces all calls to runtime·mallocgc() with
calls to an allocator private to mprof.goc, thus making the private
memory invisible to the garbage collector. The addrhash variable is
moved outside of the .bss section.

R=golang-dev, dvyukov, rsc, minux.ma
CC=dave, golang-dev, remyoudompheng
https://golang.org/cl/7135063
2013-01-30 09:01:31 -08:00
..
cmd 6l/5l: PIC and shared library support for the linkers. 2013-01-30 08:46:56 -08:00
lib9 lib9: declare __fixargv0 before use in flag.c 2013-01-22 17:23:36 -05:00
libbio
libmach cmd/ld: use native-endian symbol values in symbol table 2013-01-04 17:03:57 -05:00
pkg runtime: local allocation in mprof.goc 2013-01-30 09:01:31 -08:00
all.bash
all.bat
all.rc
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
race.bash src: add race.bash 2013-01-28 21:05:25 +11:00
run.bash
run.bat
run.rc
sudo.bash