runtime.fixalloc.free (method)
9 uses
runtime (current package)
malloc.go#L676: h.arenaHintAlloc.free(unsafe.Pointer(hint))
mcache.go#L116: mheap_.cachealloc.free(unsafe.Pointer(c))
mfixalloc.go#L94: func (f *fixalloc) free(p unsafe.Pointer) {
mheap.go#L1104: h.spanalloc.free(unsafe.Pointer(s))
mheap.go#L1812: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L1824: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L1856: mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
mheap.go#L1862: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
proc.go#L4734: mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
![]() |
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. |