index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
malloc.go
Age
Commit message (
Expand
)
Author
2016-04-30
runtime: reclaim scan/dead bit in first word
Austin Clements
2016-04-29
[dev.garbage] runtime: simplify nextFreeFast so it is inlined
Rick Hudson
2016-04-29
[dev.garbage] runtime: fix nfree accounting
Austin Clements
2016-04-29
[dev.garbage] runtime: fix allocfreetrace
Austin Clements
2016-04-29
[dev.garbage] runtime: reintroduce no-zeroing optimization
Austin Clements
2016-04-29
[dev.garbage] runtime: eliminate mspan.start
Austin Clements
2016-04-29
[dev.garbage] runtime: document sysAlloc
Austin Clements
2016-04-29
[dev.garbage] runtime: use sys.Ctz64 intrinsic
Rick Hudson
2016-04-29
[dev.garbage] runtime: restructure alloc and mark bits
Rick Hudson
2016-04-27
[dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD
Rick Hudson
2016-04-27
[dev.garbage] runtime: cleanup and optimize span.base()
Rick Hudson
2016-04-27
[dev.garbage] runtime: remove heapBitsSweepSpan
Rick Hudson
2016-04-27
[dev.garbage] runtime: add bit and cache ctz64 (count trailing zero)
Rick Hudson
2016-04-27
[dev.garbage] runtime: replace ref with allocCount
Rick Hudson
2016-04-27
[dev.garbage] runtime: allocate directly from GC mark bits
Rick Hudson
2016-04-27
[dev.garbage] runtime: mark/allocation helper functions
Rick Hudson
2016-04-27
[dev.garbage] runtime: refactor next free object
Rick Hudson
2016-04-27
[dev.garbage] runtime: bitmap allocation data structs
Rick Hudson
2016-04-21
runtime: allocate black during GC
Austin Clements
2016-04-21
runtime: simplify/optimize allocate-black a bit
Austin Clements
2016-04-21
runtime: count black allocations toward scan work
Austin Clements
2016-04-21
runtime: use type int to specify size for newarray
Martin Möhrmann
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-04-19
runtime: add maxSliceCap
Josh Bleecher Snyder
2016-04-10
runtime: make execution error panic values implement the Error interface
Emmanuel Odeke
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-27
runtime: fix upper bound on out-of-memory print
Russ Cox
2016-01-18
runtime: print address as hex in messages
Shenghou Ma
2015-12-15
runtime: fix (sometimes major) underestimation of heap_live
Austin Clements
2015-11-17
runtime: check for updated arena_end overflow
Austin Clements
2015-11-16
runtime: make mcache.tiny a uintptr
Austin Clements
2015-11-16
runtime: handle sysReserve returning a pointer below the arena
Austin Clements
2015-11-16
runtime: avoid stat underflow crash
Austin Clements
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-11-05
runtime: remove GC start up/shutdown workaround in mallocgc
Austin Clements
2015-11-05
runtime: decentralize mark done and mark termination
Austin Clements
2015-11-05
runtime: decentralize sweep termination and mark transition
Austin Clements
2015-11-05
runtime: beginning of decentralized off->mark transition
Austin Clements
2015-10-28
runtime: don't use FP when calling nextSample in the Plan 9 sighandler
David du Colombier
2015-10-27
runtime: eliminate some unnecessary uintptr conversions
Matthew Dempsky
2015-10-26
runtime: fix tiny allocator
Matthew Dempsky
2015-10-21
runtime, syscall: add calls to msan functions
Ian Lance Taylor
2015-10-15
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
Matthew Dempsky
2015-10-09
runtime: assist before allocating
Austin Clements
2015-10-05
pprof: improve sampling for heap profiling
Raul Silvera
2015-10-01
runtime: handle sysReserve failure in mHeap_SysAlloc
Joel Sing
2015-08-05
runtime: don't recheck heap trigger for periodic GC
Austin Clements
2015-08-04
runtime: make sweep proportional to spans bytes allocated
Austin Clements
[prev]
[next]