This adds the code to support calling mallopt and converting the
options to the internal Option enum.
Details
Details
- Reviewers
cryptoad - Commits
- rGf14472a2e327: [scudo][standalone] Add new mallopt options.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/wrappers_c.inc | ||
---|---|---|
180 | gcc complains that it can't convert the enum to an int. |
gcc complains that it can't convert the enum to an int.