runtime.mheap.freeManual (method)

7 uses

	runtime (current package)
		mbitmap.go#L1876: 	mheap_.freeManual(s, spanAllocPtrScalarBits)
		mgcwork.go#L476: 			mheap_.freeManual(span, spanAllocWorkBuf)
		mheap.go#L1433: func (h *mheap) freeManual(s *mspan, typ spanAllocType) {
		stack.go#L254: 		mheap_.freeManual(s, spanAllocStack)
		stack.go#L483: 			mheap_.freeManual(s, spanAllocStack)
		stack.go#L1196: 				mheap_.freeManual(s, spanAllocStack)
		stack.go#L1210: 			mheap_.freeManual(s, spanAllocStack)