runtime.gcBitsArena.tryAlloc (method)
5 uses
runtime (current package)
mheap.go#L1912: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L1934: if p := head.tryAlloc(bytesNeeded); p != nil {
mheap.go#L1944: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L1954: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L1965: p := fresh.tryAlloc(bytesNeeded)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |