aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
AgeCommit message (Expand)Author
2015-08-04runtime: assist the GC during GC startup and shutdownAustin Clements
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-22runtime: one more Map{Bits,Spans} before arena_used updateAustin Clements
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-06-18runtime: reduce latency by aggressively ending mark phaseRick Hudson
2015-06-17cmd/compile: introduce //go:systemstack annotationRuss Cox
2015-06-15runtime: raise maxmem to 512 GBRuss Cox
2015-06-15runtime: gofmtRuss Cox
2015-06-11runtime: wait to update arena_used until after mapping bitmapRuss Cox
2015-05-13runtime: add check for malloc in a signal handlerBrad Fitzpatrick
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-05-06runtime: track "scannable" bytes of heapAustin Clements
2015-05-04runtime: Reduce calls to shouldtriggergcRick Hudson
2015-04-27runtime: replace STW for enabling write barriers with ragged barrierAustin Clements
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-21runtime: make mcache.local_cachealloc a uintptrAustin Clements
2015-04-21runtime: proportional mutator assistAustin Clements
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-04-16runtime: darwin/arm64 supportShenghou Ma
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-06runtime: track heap bytes marked by GCAustin Clements
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-03-20runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC)Russ Cox
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-03-10runtime: Adjust when write barriers are activeRick Hudson
2015-02-25runtime: fallback to 128M address space on 32bitDavid Crawshaw
2015-02-23runtime: Add prefetch to allocation codeRick Hudson
2015-02-20runtime: tidy GC driverRuss Cox
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-11runtime: cache workbufs on Ms and add consistency checksRick Hudson
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2015-01-28runtime: avoid redundant scansRick Hudson
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2015-01-21runtime: fix trigger for concurrent GCRick Hudson
2015-01-21Revert "runtime: fix trigger for concurrent GC"Austin Clements
2015-01-21runtime: fix trigger for concurrent GCRick Hudson
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2015-01-14runtime: fix bugs in previous commitRuss Cox
2015-01-14runtime: change tinyalloc, persistentalloc not to point past allocated dataRuss Cox
2015-01-14runtime: fix a few GC-related bugsRuss Cox
2015-01-12runtime: add GODEBUG=gccheckmark=0/1Austin Clements
2015-01-08runtime: increase GC concurrency.Rick Hudson
2015-01-08runtime: improve GC times printingAustin Clements
2015-01-06runtime: fix two garbage collector bugsRuss Cox
2015-01-06reflect: add write barriersRuss Cox
2015-01-06cmd/gc, runtime: make assertI2T and variants not variadicRuss Cox
2015-01-06runtime: add GODEBUG wbshadow for finding missing write barriersRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29runtime: remove go prefix from a few routinesKeith Randall