3 ms·
The plan is to use Scudo, which is the allocator that lives in compiler-rt. Edited to include the link to Scudo: https://github.com/llvm/llvm-project/tree/main
by dxf 5y ago
The plan is to use Scudo, which is the allocator that lives in compiler-rt.
Edited to include the link to Scudo: https://github.com/llvm/llvm-project/tree/main/compiler-rt/lib/scudo https://github.com/llvm/llvm-project/tree/main/compiler-rt/l...
- dxf 5y agoEdited again: I am reminded that you can already get scudo today by using a CMake option to include scudo when building LLVM-libc.