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
/
runtime
/
mfixalloc.go
Age
Commit message (
Expand
)
Author
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2023-10-24
runtime: use max/min func
qiulaidongfeng
2023-03-13
all: fix some problematic comments
cui fliter
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2021-09-02
runtime: do not alloc never used tail bytes in fixalloc
Hans
2021-09-02
runtime: ensure the fixalloc object size is valid
Hans
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2018-11-05
runtime: clean up MSpan* MCache* MCentral* in docs
Michael Anthony Knyszek
2018-02-23
runtime: fix a few typos in comments
Jerrin Shaji George
2017-03-29
runtime: redo insert/remove of large spans
Rick Hudson
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-28
runtime: make fixalloc zero allocations on reuse
Austin Clements
2016-10-15
runtime: mark several types go:notinheap
Austin Clements
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2015-11-12
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-10-22
runtime: change fixalloc's chunk field to unsafe.Pointer
Matthew Dempsky
2015-10-17
runtime: remove some unnecessary unsafe code in mfixalloc
Matthew Dempsky
2015-10-15
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
Matthew Dempsky
2015-03-11
runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files
Keith Randall
2015-02-19
runtime: reorganize memory code
Russ Cox
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-11
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox