• Jan Ziak's avatar
    runtime: local allocation in mprof.goc · 4da6b36f
    Jan Ziak authored
    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
    4da6b36f
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.dist Loading commit data...
all.bash Loading commit data...
all.bat Loading commit data...
all.rc Loading commit data...
clean.bash Loading commit data...
clean.bat Loading commit data...
clean.rc Loading commit data...
make.bash Loading commit data...
make.bat Loading commit data...
make.rc Loading commit data...
race.bash Loading commit data...
run.bash Loading commit data...
run.bat Loading commit data...
run.rc Loading commit data...
sudo.bash Loading commit data...