mallopt calls are left-over from the times we used
libc_malloc/libc_free for internal allocations.
Now we have own internal allocator, so this is not needed.
Details
Details
- Reviewers
vitalybuka melver - Commits
- rGac2bc4e0fc4c: tsan: remove mallopt calls
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo