index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
malloc.cgo
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-20
runtime: rename cgo2c, *.cgo to goc2c, *.goc
Russ Cox
1
-378
/
+0
2010-04-09
runtime: delete malx, skip_depth argument to malloc
Russ Cox
1
-11
/
+5
2010-03-29
runtime: more malloc statistics
Russ Cox
1
-1
/
+10
2010-03-26
runtime: run all finalizers in a single goroutine.
Russ Cox
1
-1
/
+1
2010-03-24
runtime: malloc sampling, pprof interface
Russ Cox
1
-12
/
+14
2010-03-23
runtime: add memory profiling, disabled.
Russ Cox
1
-8
/
+52
2010-03-08
runtime: clock garbage collection on bytes allocated, not pages in use
Russ Cox
1
-3
/
+3
2010-02-10
runtime: delete MHeapMapCache, which is useless
Russ Cox
1
-38
/
+29
2010-02-10
runtime: do not zero blocks on free (this time for sure!)
Russ Cox
1
-1
/
+0
2010-02-10
runtime: garbage collection + malloc performance
Russ Cox
1
-15
/
+21
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-3
/
+15
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
1
-0
/
+4
2010-02-03
finalizers; merge package malloc into package runtime
Russ Cox
1
-6
/
+40
2010-01-13
runtime cleanup.
Russ Cox
1
-35
/
+0
2010-01-12
runtime: fix bug in preemption checks; was causing "lock count" panics
Russ Cox
1
-1
/
+1
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
1
-1
/
+2
2009-12-03
runtime: malloc fixes
Russ Cox
1
-34
/
+11
2009-11-13
runtime: warn about SELinux based mmap failures on Linux.
Adam Langley
1
-1
/
+12
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-3
/
+3
2009-06-30
convert string runtime to use cgo.
Russ Cox
1
-0
/
+329