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-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-04
runtime: correct various Go -> C function calls
Russ Cox
2014-09-03
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-08-30
runtime: rename SysAlloc to sysAlloc for Go
Russ Cox
2014-08-29
runtime: clean up GC code
Dmitriy Vyukov
2014-08-28
runtime: move finalizer thread to Go.
Keith Randall
2014-08-27
runtime: rename Lock to Mutex
Russ Cox
2014-08-27
cmd/cc, runtime: preserve C runtime type names in generated Go
Russ Cox
2014-08-25
cmd/gc, runtime: treat slices and strings like pointers in garbage collection
Russ Cox
2014-08-25
runtime: remove dedicated scavenger thread
Dmitriy Vyukov
2014-08-24
runtime,runtime/debug: Converted some functions from goc to Go.
Sanjay Menakuru
2014-08-24
runtime: fix races on mheap.allspans
Dmitriy Vyukov
2014-08-21
runtime: convert common scheduler functions to Go
Dmitriy Vyukov
2014-08-19
runtime: fix memstats
Dmitriy Vyukov
2014-08-18
runtime: implement transfer cache
Dmitriy Vyukov
2014-08-13
runtime: remove FlagNoProfile
Dmitriy Vyukov
2014-08-08
runtime: bump MaxGcprocs to 32
Dmitriy Vyukov
2014-08-07
cmd/cc, runtime: eliminate use of the unnamed substructure C extension
Peter Collingbourne
2014-08-07
runtime: convert markallocated from C to Go
Dmitriy Vyukov
2014-08-07
runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
Dmitriy Vyukov
2014-08-06
runtime: simplify code
Dmitriy Vyukov
2014-08-06
runtime: cache one GC workbuf in thread-local storage
Dmitriy Vyukov
2014-07-31
runtime: get rid of free
Dmitriy Vyukov
2014-07-30
runtime: rewrite malloc in Go.
Keith Randall
2014-07-29
runtime: simpler and faster GC
Dmitriy Vyukov
2014-07-17
undo CL 101570044 / 2c57aaea79c4
Keith Randall
2014-07-16
runtime: convert map implementation to Go.
Keith Randall
2014-06-30
undo CL 104200047 / 318b04f28372
Keith Randall
2014-06-30
runtime: stack allocator, separate from mallocgc
Keith Randall
2014-05-08
runtime: write memory profile statistics to the heap dump.
Keith Randall
2014-04-28
runtime: clean up scanning of Gs
Keith Randall
2014-04-03
cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness
Russ Cox
2014-04-02
runtime: revert change to PoisonPtr value
Russ Cox
2014-04-02
cmd/gc, cmd/ld, runtime: compact liveness bitmaps
Russ Cox
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: WriteHeapDump dumps the heap to a file.
Keith Randall
2014-03-25
runtime: redo stack map entries to avoid false retention
Keith Randall
2014-03-25
runtime: accurately record whether heap memory is reserved
Ian Lance Taylor
2014-03-06
runtime: shrink bigger stacks without any copying.
Keith Randall
2014-03-06
runtime: fix malloc page alignment + efence
Russ Cox
2014-02-26
runtime: grow stack by copying
Keith Randall
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: update malloc comment for MSpan.needzero
Russ Cox
2014-02-13
runtime: introduce MSpan.needzero instead of writing to span data
Russ Cox
2014-02-12
runtime: concurrent GC sweep
Dmitriy Vyukov
2014-01-30
runtime: increase page size to 8K
Dmitriy Vyukov
2014-01-28
runtime: fix windows build
Dmitriy Vyukov
[next]