summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.cgo
AgeCommit message (Expand)AuthorFilesLines
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox1-378/+0
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-11/+5
2010-03-29runtime: more malloc statisticsRuss Cox1-1/+10
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-1/+1
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-12/+14
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-8/+52
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox1-3/+3
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox1-38/+29
2010-02-10runtime: do not zero blocks on free (this time for sure!)Russ Cox1-1/+0
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-15/+21
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-3/+15
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+4
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-6/+40
2010-01-13runtime cleanup.Russ Cox1-35/+0
2010-01-12runtime: fix bug in preemption checks; was causing "lock count" panicsRuss Cox1-1/+1
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-1/+2
2009-12-03runtime: malloc fixesRuss Cox1-34/+11
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley1-1/+12
2009-10-15rename sys functions to runtime,Russ Cox1-3/+3
2009-06-30convert string runtime to use cgo.Russ Cox1-0/+329