runtime.mheap.grow (method)

2 uses

	runtime (current package)
		mheap.go#L1173: 			if !h.grow(npages) {
		mheap.go#L1331: func (h *mheap) grow(npage uintptr) bool {