aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
AgeCommit message (Expand)Author
2016-04-20runtime: simplify mallocgc flag argumentKeith Randall
2016-04-19runtime: add maxSliceCapJosh Bleecher Snyder
2016-04-10runtime: make execution error panic values implement the Error interfaceEmmanuel Odeke
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-27runtime: fix upper bound on out-of-memory printRuss Cox
2016-01-18runtime: print address as hex in messagesShenghou Ma
2015-12-15runtime: fix (sometimes major) underestimation of heap_liveAustin Clements
2015-11-17runtime: check for updated arena_end overflowAustin Clements
2015-11-16runtime: make mcache.tiny a uintptrAustin Clements
2015-11-16runtime: handle sysReserve returning a pointer below the arenaAustin Clements
2015-11-16runtime: avoid stat underflow crashAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky
2015-11-05runtime: remove GC start up/shutdown workaround in mallocgcAustin Clements
2015-11-05runtime: decentralize mark done and mark terminationAustin Clements
2015-11-05runtime: decentralize sweep termination and mark transitionAustin Clements
2015-11-05runtime: beginning of decentralized off->mark transitionAustin Clements
2015-10-28runtime: don't use FP when calling nextSample in the Plan 9 sighandlerDavid du Colombier
2015-10-27runtime: eliminate some unnecessary uintptr conversionsMatthew Dempsky
2015-10-26runtime: fix tiny allocatorMatthew Dempsky
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-10-15runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky
2015-10-09runtime: assist before allocatingAustin Clements
2015-10-05pprof: improve sampling for heap profilingRaul Silvera
2015-10-01runtime: handle sysReserve failure in mHeap_SysAllocJoel Sing
2015-08-05runtime: don't recheck heap trigger for periodic GCAustin Clements
2015-08-04runtime: make sweep proportional to spans bytes allocatedAustin Clements
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