package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

Get returns all stacks, except if that takes more than 512mb of memory, in which case it returns only 512mb worth of stacks (clipping the last stack if necessary).
GetWithBuf is like Get, but tries to use the provided slice first, allocating a new, larger, slice only if necessary.