runtime.fixalloc.alloc (method)

10 uses

	runtime (current package)
		malloc.go#L546: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L613: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L697: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L700: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L88: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L64: func (f *fixalloc) alloc() unsafe.Pointer {
		mheap.go#L1066: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1072: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L1783: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L1839: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())