MapperJITLinkMemoryManager uses a free list to keep track of available
memory regions. Using an IntervalMap instead of vector allow automatic
coalescing of memory regions as they are freed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo