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