Details
Details
- Reviewers
Chia-hungDuan - Commits
- rG42069258c63d: [scudo] Use MemMap for AllocationRingBuffer
Diff Detail
Diff Detail
Event Timeline
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
1505 | Is there any particular reason we put this into the RingBuffer? It's a bit weird that the mmap contains itself in a way. I would have put it in the Allocator instead. |
Is there any particular reason we put this into the RingBuffer? It's a bit weird that the mmap contains itself in a way. I would have put it in the Allocator instead.