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.2.8-preview. (GOOS=darwin GOARCH=arm64)