Several map implementations require that map calls provide a page
aligned size.
Details
Details
- Reviewers
fmayer - Commits
- rG3fb470fe67cd: [scudo] Fix RingBuffer initialization.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks.
Not in this CL: If we want to keep map requiring aligned sizes, I suggest we put a DCHECK into the linux one as well.