[PATCH] D74232: scudo: Add way to set release interval for both allocators.

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 10:17:16 PST 2020


cryptoad added a comment.

The idea sounds good, but as discussed by mail I'd like to avoid breaking the old option.
As pcc@ suggested, it might be time to move the release interval into the allocator config rather than have them be flags, since now there is a way to influence them via mallopt.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74232/new/

https://reviews.llvm.org/D74232





More information about the llvm-commits mailing list