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
/
runtime
/
malloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Imported Upstream version 1.4
upstream/1.4
Tianon Gravi
1
-0
/
+396
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
1
-308
/
+0
2009-06-04
386-related fixes and guards
Russ Cox
1
-3
/
+8
2009-05-29
Fix godoc deadlock.
Russ Cox
1
-2
/
+9
2009-03-30
more 386 runtime - can run tiny c programs.
Russ Cox
1
-22
/
+6
2009-02-15
build nits
Russ Cox
1
-2
/
+2
2009-02-11
fix gc bug. i think this is tgs's second bug.
Russ Cox
1
-3
/
+6
2009-02-06
tgs's gc bug.
Russ Cox
1
-3
/
+10
2009-02-06
closures - runtime and debugger support, test case
Russ Cox
1
-1
/
+1
2009-01-28
Use explicit allspan list instead of
Russ Cox
1
-1
/
+1
2009-01-26
gc #0. mark and sweep collector.
Russ Cox
1
-15
/
+58
2009-01-14
Add cgo2c program to translate mixed Go/C code into C. This
Ian Lance Taylor
1
-35
/
+0
2009-01-13
Add USED declarations for SysUnused parameters.
Ian Lance Taylor
1
-0
/
+2
2009-01-13
Tweak code to make it easier to compile with gcc.
Ian Lance Taylor
1
-8
/
+15
2009-01-09
free(nil)
Russ Cox
1
-0
/
+3
2008-12-19
malloc bug fixes.
Russ Cox
1
-14
/
+127
2008-12-18
malloc in runtime (not used by default)
Russ Cox
1
-0
/
+169