aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-09-04runtime: correct various Go -> C function callsRuss Cox
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-08-30runtime: rename SysAlloc to sysAlloc for GoRuss Cox
2014-08-28runtime: move finalizer thread to Go.Keith Randall
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-19runtime: always pass type to mallocgc when allocating scannable memoryDmitriy Vyukov
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-08-06runtime: clean up naming of mcallable functions.Keith Randall
2014-07-31runtime: get rid of freeDmitriy Vyukov
2014-07-30runtime: fix cmallocgc's C prototypeMatthew Dempsky
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2009-06-30convert string runtime to use cgo.Russ Cox
2009-06-15fix another gc bug, one that i have only imagined,Russ Cox
2009-06-09mv src/lib to src/pkgRob Pike