MmapOrDie allocates memory multiple to page size. LowLevelAllocator should use all that memory for the internal buffer because there are chances that subsequent allocations may be small enough to be placed in that space.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo