BestFit 23 src/pkg/runtime/mheap.c static MSpan *BestFit(MSpan*, uintptr, MSpan*); BestFit 278 src/pkg/runtime/mheap.c return BestFit(&h->freelarge, npage, nil);