runtime.profBuf.canWriteTwoRecords (method)
2 uses
runtime (current package)
profbuf.go#L264: func (b *profBuf) canWriteTwoRecords(nstk1, nstk2 int) bool {
profbuf.go#L312: if hasOverflow := b.hasOverflow(); hasOverflow && b.canWriteTwoRecords(1, len(stk)) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)