aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.goc
AgeCommit message (Expand)Author
2012-01-10runtime: fix typo in commentMaxim Pimenov
2011-12-16runtime: make more build-friendlyRuss Cox
2011-10-16runtime: fix crash if user sets MemProfileRate=0Dmitriy Vyukov
2011-10-13gc: pass FlagNoPointers to runtime.newDmitriy Vyukov
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-10-06runtime: fix malloc sampling bugRuss Cox
2011-08-31runtime: make arm work on Ubuntu Natty qemuRuss Cox
2011-07-18runtime: add per-M caches for MemStatsDmitriy Vyukov
2011-07-12runtime: eliminate contention during stack allocationDmitriy Vyukov
2011-07-12runtime: eliminate false sharing on random number generatorsDmitriy Vyukov
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-05-10runtime: add newline to "finalizer already set" errorAlbert Strasheim
2011-04-27runtime: allow use of >512 MB on 32-bit platformsRuss Cox
2011-02-23runtime: always run stackalloc on scheduler stackRuss Cox
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-16runtime: fix memory allocator for GOMAXPROCS > 1Russ Cox
2011-02-11runtime: check that SysReserve returns aligned memoryRuss Cox
2011-02-09runtime: fix memory allocation on 386Russ Cox
2011-02-02runtime: faster allocator, garbage collectorRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-25runtime: prefer fixed stack allocator over general memory allocatorRuss Cox
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almostRuss Cox
2010-09-30runtime: serialize mcache allocationRuss Cox
2010-09-28runtime: add mmap of null page just in caseRuss Cox
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox