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.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-06
runtime: fix panic/wrapper/recover math
Russ Cox
2014-09-05
runtime: use reflect.call during panic instead of newstackcall
Russ Cox
2014-09-04
runtime: correct various Go -> C function calls
Russ Cox
2014-09-03
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-02
runtime: unify fastrand1 and fastrand2
Keith Randall
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-08-29
runtime: include constants and defs_*_*.h types in generated Go defs
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-24
runtime: cache unrolled GC bitmask
Dmitriy Vyukov
2014-08-21
runtime: fix deadlock when gctrace
Dmitriy Vyukov
2014-08-19
runtime: make the GC bitmap a byte array
Dmitriy Vyukov
2014-08-19
runtime: always pass type to mallocgc when allocating scannable memory
Dmitriy Vyukov
2014-08-19
runtime: fix MemStats on 32-bits
Dmitriy Vyukov
2014-08-18
cmd/gc, runtime: refactor interface inlining decision into compiler
Russ Cox
2014-08-18
runtime: don't acquirem on malloc fast path
Dmitriy Vyukov
2014-08-13
runtime: keep objects in free lists marked as allocated.
Dmitriy Vyukov
2014-08-13
runtime: remove FlagNoProfile
Dmitriy Vyukov
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: clean up naming of mcallable functions.
Keith Randall
2014-08-05
runtime: remove outdated comment
Dmitriy Vyukov
2014-07-31
runtime: convert slice operations to Go.
Keith Randall
2014-07-30
runtime: rewrite malloc in Go.
Keith Randall