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
/
pkg
/
runtime
/
malloc.goc
Age
Commit message (
Expand
)
Author
2014-05-19
runtime: fix freeOSMemory to free memory immediately
Dmitriy Vyukov
2014-04-21
runtime: fix typo in error message
Mark Zavislak
2014-04-02
runtime: ignore pointers to global objects in SetFinalizer
Dmitriy Vyukov
2014-04-01
runtime: adjust GODEBUG=allocfreetrace=1 and GODEBUG=gcdead=1
Russ Cox
2014-03-26
runtime: fix yet another race in bgsweep
Dmitriy Vyukov
2014-03-25
runtime: accurately record whether heap memory is reserved
Ian Lance Taylor
2014-03-06
runtime: fix malloc page alignment + efence
Russ Cox
2014-03-06
runtime: use custom thunks for race calls instead of cgo
Dmitriy Vyukov
2014-03-06
runtime: fix runaway memory usage
Dmitriy Vyukov
2014-03-04
runtime: fix finalizer flakiness
Russ Cox
2014-02-26
runtime: get rid of the settype buffer and lock.
Keith Randall
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-02-13
runtime: introduce MSpan.needzero instead of writing to span data
Russ Cox
2014-02-12
runtime: more precise mprof sampling
Dmitriy Vyukov
2014-02-12
runtime: concurrent GC sweep
Dmitriy Vyukov
2014-01-30
runtime: increase page size to 8K
Dmitriy Vyukov
2014-01-29
runtime: prepare for 8K pages
Dmitriy Vyukov
2014-01-28
runtime: prefetch next block in mallocgc
Dmitriy Vyukov
2014-01-28
runtime: adjust malloc race instrumentation for tiny allocs
Dmitriy Vyukov
2014-01-28
runtime: fix windows build
Dmitriy Vyukov
2014-01-27
runtime: fix buffer overflow in stringtoslicerune
Dmitriy Vyukov
2014-01-24
runtime: combine small NoScan allocations
Dmitriy Vyukov
2014-01-23
undo CL 45770044 / d795425bfa18
Dmitriy Vyukov
2014-01-23
runtime: increase page size to 8K
Dmitriy Vyukov
2014-01-21
runtime: zero 2-word memory blocks in-place
Dmitriy Vyukov
2014-01-09
runtime: fix 32-bit malloc for pointers >= 0x80000000
Ian Lance Taylor
2014-01-08
runtime: deallocate specials before deallocating the underlying object.
Keith Randall
2014-01-07
runtime: use special records hung off the MSpan to
Keith Randall
2013-12-18
runtime: mark objects in free lists as allocated and unscannable.
Keith Randall
2013-12-17
runtime: don't crash in SetFinalizer if sizeof *x is zero
Brad Fitzpatrick
2013-12-06
runtime: add GODEBUG option for an electric fence like heap mode
Carl Shapiro
2013-12-03
runtime: add an allocation and free tracing for gc debugging
Carl Shapiro
2013-09-06
runtime: account for all sys memory in MemStats
Dmitriy Vyukov
2013-08-29
cmd/cc,runtime: change preprocessor to expand macros inside of
Keith Randall
2013-08-23
runtime: rename FlagNoPointers to FlagNoScan. Better represents
Keith Randall
2013-08-15
runtime: remove old preemption checks
Dmitriy Vyukov
2013-08-14
runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid
Russ Cox
2013-08-12
runtime: change textflags from numbers to symbols
Keith Randall
2013-08-12
runtime: remove unused m->racepc
Dmitriy Vyukov
2013-08-04
runtime: remove dead code
Dmitriy Vyukov
2013-07-29
runtime: allow SetFinalizer with a func(interface{})
Pieter Droogendijk
2013-07-26
runtime: refactor mallocgc
Dmitriy Vyukov
2013-07-19
runtime: hide mheap from GC
Dmitriy Vyukov
2013-07-18
runtime: disable preemption during runtime.settype
Russ Cox
2013-07-17
runtime: more reliable preemption
Dmitriy Vyukov
2013-06-13
runtime: fix bug introduced in cl/10256043
Dmitriy Vyukov
2013-06-13
runtime: use ROUND macro for rounding
Dmitriy Vyukov
2013-06-12
runtime: more flexible heap memory mapping on 64-bits
Dmitriy Vyukov
2013-06-12
runtime: round spans_size up to page boundary
Shenghou Ma
2013-06-10
runtime: use persistentalloc instead of SysAlloc in FixAlloc
Dmitriy Vyukov
[next]