type runtime.fixalloc
9 uses
runtime (current package)
mfixalloc.go#L27: type fixalloc struct {
mfixalloc.go#L52: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
mfixalloc.go#L64: func (f *fixalloc) alloc() unsafe.Pointer {
mfixalloc.go#L94: func (f *fixalloc) free(p unsafe.Pointer) {
mheap.go#L211: spanalloc fixalloc // allocator for span*
mheap.go#L212: cachealloc fixalloc // allocator for mcache*
mheap.go#L213: specialfinalizeralloc fixalloc // allocator for specialfinalizer*
mheap.go#L214: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L216: arenaHintAlloc fixalloc // allocator for arenaHints
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |