runtime·MSpanList_Insert  454 src/pkg/runtime/malloc.h void	runtime·MSpanList_Insert(MSpan *list, MSpan *span);
runtime·MSpanList_Insert  136 src/pkg/runtime/mcentral.c 		runtime·MSpanList_Insert(&c->nonempty, s);
runtime·MSpanList_Insert  183 src/pkg/runtime/mcentral.c 		runtime·MSpanList_Insert(&c->nonempty, s);
runtime·MSpanList_Insert  214 src/pkg/runtime/mcentral.c 		runtime·MSpanList_Insert(&c->nonempty, s);
runtime·MSpanList_Insert  287 src/pkg/runtime/mcentral.c 	runtime·MSpanList_Insert(&c->nonempty, s);
runtime·MSpanList_Insert  445 src/pkg/runtime/mheap.c 		runtime·MSpanList_Insert(&h->free[s->npages], s);
runtime·MSpanList_Insert  447 src/pkg/runtime/mheap.c 		runtime·MSpanList_Insert(&h->freelarge, s);