Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better estimate memsize of RE2::MatchData
As `matches` is only a pointer to the first StringPiece match, ensure we multiply it by the number of matches to get a better estimate of the size of the `RE2::MatchData` object.
- Loading branch information