runtime·MSpanList_Init 452 src/pkg/runtime/malloc.h void runtime·MSpanList_Init(MSpan *list); runtime·MSpanList_Init 30 src/pkg/runtime/mcentral.c runtime·MSpanList_Init(&c->nonempty); runtime·MSpanList_Init 31 src/pkg/runtime/mcentral.c runtime·MSpanList_Init(&c->empty); runtime·MSpanList_Init 67 src/pkg/runtime/mheap.c runtime·MSpanList_Init(&h->free[i]); runtime·MSpanList_Init 68 src/pkg/runtime/mheap.c runtime·MSpanList_Init(&h->busy[i]); runtime·MSpanList_Init 70 src/pkg/runtime/mheap.c runtime·MSpanList_Init(&h->freelarge); runtime·MSpanList_Init 71 src/pkg/runtime/mheap.c runtime·MSpanList_Init(&h->busylarge);