Add leak checking for allocators in state
Open
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
We have had issues in the past where we have done a large state.Alloc and never freed the result. That is fine for one-of, but that code gets executed hundreads of time per replay, we don't have enough memory to replay
Contributor guide
Assessment
This issue has not been assessed yet.