Sign in
go
/
go
/
4dad4ab57bc0cedcc8d164147262f7f6898282dd
/
src
/
runtime
/
mfixalloc.go
6e9ec14
runtime: redo insert/remove of large spans
by Rick Hudson
· 8 years ago
87e48c5
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
by Austin Clements
· 8 years ago
ae3bb4a
runtime: make fixalloc zero allocations on reuse
by Austin Clements
· 9 years ago
1bc6be64
runtime: mark several types go:notinheap
by Austin Clements
· 8 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
e43c74a
all: use cannot instead of can not
by Josh Bleecher Snyder
· 9 years ago
c17c42e
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
by Matthew Dempsky
· 9 years ago
29330c1
runtime: change fixalloc's chunk field to unsafe.Pointer
by Matthew Dempsky
· 9 years ago
4562784
runtime: remove some unnecessary unsafe code in mfixalloc
by Matthew Dempsky
· 9 years ago
4c2465d
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
by Matthew Dempsky
· 9 years ago
cd5b144
runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files
by Keith Randall
· 10 years ago
484f801
runtime: reorganize memory code
by Russ Cox
· 10 years ago
b2a950b
runtime: rename gothrow to throw
by Keith Randall
· 10 years ago
1e2d2f0
[dev.cc] runtime: convert memory allocator and garbage collector to Go
by Russ Cox
· 10 years ago