type runtime.spanAllocType

7 uses

	runtime (current package)
		mheap.go#L880: type spanAllocType uint8
		mheap.go#L883: 	spanAllocHeap          spanAllocType = iota // heap span
		mheap.go#L890: func (s spanAllocType) manual() bool {
		mheap.go#L939: func (h *mheap) allocManual(npages uintptr, typ spanAllocType) *mspan {
		mheap.go#L1124: func (h *mheap) allocSpan(npages uintptr, typ spanAllocType, spanclass spanClass) (s *mspan) {
		mheap.go#L1433: func (h *mheap) freeManual(s *mspan, typ spanAllocType) {
		mheap.go#L1440: func (h *mheap) freeSpanLocked(s *mspan, typ spanAllocType) {