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
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
2013-06-06
runtime: speedup malloc stats collection
Dmitriy Vyukov
2013-06-02
runtime: minor code style improvements (followup to change 9778049)
Dmitriy Vyukov
2013-05-31
runtime: introduce helper persistentalloc() function
Dmitriy Vyukov
2013-05-30
runtime: set MSpan.limit properly for large spans.
Keith Randall
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-15
runtime: inline size to class conversion in malloc()
Dmitriy Vyukov
2013-04-04
runtime: use a distinct pattern to mark free blocks in need of zeroing
Carl Shapiro
2013-03-26
pkg/runtime: ignore runtime.memlimit when allocating heap
Ian Lance Taylor
2013-03-20
runtime: prevent garbage collection during hashmap insertion (fix 2)
Jan Ziak
2013-03-14
runtime: do not memprofile settype_flush
Dmitriy Vyukov
2013-03-01
runtime: check the value returned by runtime·SysAlloc
Jan Ziak
2013-02-15
runtime: allocate heap metadata at run time
Russ Cox
2013-02-14
runtime: move stack management related code to stack.c
Dmitriy Vyukov
2013-01-26
runtime: avoid defining the same variable in more than one translation unit
Shenghou Ma
2013-01-10
runtime: faster segmented stacks
Dmitriy Vyukov
2013-01-10
runtime: less aggressive per-thread stack segment caching
Dmitriy Vyukov
2012-12-22
runtime: coalesce 0-size allocations
Russ Cox
2012-12-19
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...
Jingcheng Zhang
2012-11-13
runtime: allow up to 128 GB of allocated memory
Russ Cox
2012-11-07
runtime/race: lazily allocate shadow memory
Dmitriy Vyukov
2012-10-23
runtime, runtime/race: add missing if(raceenabled), update package docs of pk...
Shenghou Ma
2012-10-21
runtime: store types of allocated objects
Jan Ziak
2012-10-22
runtime: update docs for MemStats.PauseNs
Shenghou Ma
2012-10-15
runtime: add missing if(raceenabled)
Dmitriy Vyukov
2012-10-07
race: runtime changes
Dmitriy Vyukov
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-06-06
runtime: move type kinds into a separate file
Jan Ziak
2012-05-15
runtime: fix counting of free objects
Jan Ziak
2012-05-02
runtime: avoid unnecessary zeroization of huge memory blocks
Dmitriy Vyukov
2012-03-07
runtime: try extending arena size in 32-bit allocator.
Rémy Oudompheng
2012-02-24
runtime: size arena to fit in virtual address space limit
Russ Cox
2012-02-21
ld: add NOPTRBSS for large, pointer-free uninitialized data
Russ Cox
2012-02-19
runtime: API
Russ Cox
2012-02-09
runtime: fix compiler warnings
Russ Cox
2012-02-09
runtime: fix "SysReserve returned unaligned address" bug on 32-bit systems
Shenghou Ma
2012-02-08
runtime: drop to 32 bit malloc if 64 bit will not work
Paul Borman
[prev]
[next]