runtime·FixAlloc_Alloc  223 src/pkg/runtime/malloc.h void*	runtime·FixAlloc_Alloc(FixAlloc *f);
runtime·FixAlloc_Alloc   26 src/pkg/runtime/mcache.c 	c = runtime·FixAlloc_Alloc(&runtime·mheap.cachealloc);
runtime·FixAlloc_Alloc  245 src/pkg/runtime/mheap.c 		t = runtime·FixAlloc_Alloc(&h->spanalloc);
runtime·FixAlloc_Alloc  333 src/pkg/runtime/mheap.c 	s = runtime·FixAlloc_Alloc(&h->spanalloc);
runtime·FixAlloc_Alloc  734 src/pkg/runtime/mheap.c 	s = runtime·FixAlloc_Alloc(&runtime·mheap.specialfinalizeralloc);
runtime·FixAlloc_Alloc  772 src/pkg/runtime/mheap.c 	s = runtime·FixAlloc_Alloc(&runtime·mheap.specialprofilealloc);
runtime·FixAlloc_Alloc  891 src/pkg/runtime/mheap.c 		t = runtime·FixAlloc_Alloc(&h->spanalloc);