MHeap_AllocLarge   22 src/pkg/runtime/mheap.c static MSpan *MHeap_AllocLarge(MHeap*, uintptr);
MHeap_AllocLarge  221 src/pkg/runtime/mheap.c 	if((s = MHeap_AllocLarge(h, npage)) == nil) {
MHeap_AllocLarge  224 src/pkg/runtime/mheap.c 		if((s = MHeap_AllocLarge(h, npage)) == nil)