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.h
Age
Commit message (
Expand
)
Author
2014-01-27
runtime: smarter slice grow
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-14
runtime: emit collection stacks in GODEBUG=allocfreetrace mode
Russ Cox
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-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-31
runtime: record type information for hashtable internal structures.
Keith Randall
2013-08-23
runtime: rename FlagNoPointers to FlagNoScan. Better represents
Keith Randall
2013-08-14
runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid
Russ Cox
2013-08-14
runtime: implement SysUnused on windows
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-06-10
runtime: use persistentalloc instead of SysAlloc in FixAlloc
Dmitriy Vyukov
2013-06-06
runtime: speedup malloc stats collection
Dmitriy Vyukov
2013-06-04
runtime: fix description of SysAlloc
Anthony Martin
2013-05-31
runtime: introduce helper persistentalloc() function
Dmitriy Vyukov
2013-05-30
runtime: rename mheap.maps to mheap.spans
Dmitriy Vyukov
2013-05-28
runtime: make mheap statically allocated again
Dmitriy Vyukov
2013-05-28
runtime: allocate page table lazily
Dmitriy Vyukov
2013-05-28
undo CL 9805043 / 776aba85ece8
Dmitriy Vyukov
2013-05-28
runtime: inline MCache_Alloc() into mallocgc()
Dmitriy Vyukov
2013-05-28
runtime: introduce helper persistentalloc() function
Dmitriy Vyukov
2013-05-27
runtime: introduce cnewarray() to simplify allocation of typed arrays
Dmitriy Vyukov
2013-05-22
runtime: fix and speedup malloc stats
Dmitriy Vyukov
2013-05-22
runtime: simplify MCache
Dmitriy Vyukov
2013-05-15
runtime: transfer whole span from MCentral to MCache
Dmitriy Vyukov
2013-05-15
runtime: inline size to class conversion in malloc()
Dmitriy Vyukov
2013-05-07
runtime: reduce max arena size on windows/amd64 to 32 GiB
Shenghou Ma
2013-04-06
runtime: replace union in MHeap with a struct
Dmitriy Vyukov
2013-02-25
runtime: precise garbage collection of channels
Jan Ziak
2013-02-21
cmd/gc, reflect, runtime: switch to indirect func value representation
Russ Cox
2013-02-15
runtime: allocate heap metadata at run time
Russ Cox
2013-02-04
runtime/debug: add controls for garbage collector
Russ Cox
2013-01-26
runtime: avoid defining the same variable in more than one translation unit
Shenghou Ma
2013-01-10
runtime: interpret type information during garbage collection
Jan Ziak
2012-11-13
runtime: allow up to 128 GB of allocated memory
Russ Cox
2012-11-01
runtime: add memorydump() debugging function
Jan Ziak
2012-10-21
runtime: sizeclass in MSpan should be int32.
Jingcheng Zhang
2012-10-21
runtime: store types of allocated objects
Jan Ziak
2012-10-22
runtime: update docs for MemStats.PauseNs
Shenghou Ma
2012-09-24
runtime: add types to MSpan
Jan Ziak
2012-09-24
runtime: prepare for 64-bit ints
Russ Cox
2012-07-01
runtime: add freemcache() function
Dmitriy Vyukov
2012-06-08
runtime: use uintptr where possible in malloc stats
Dave Cheney
2012-05-24
runtime: faster GC mark phase
Dmitriy Vyukov
2012-05-15
runtime: refactor helpgc functionality in preparation for parallel GC
Dmitriy Vyukov
[prev]
[next]