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]))