[PATCH] D40038: [scudo] Soft and hard RSS limit checks
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 11:17:27 PST 2017
cryptoad updated this revision to Diff 122885.
cryptoad added a comment.
Make `HardRssLimitMb` & `SoftRssLimitMb` allocator globals. This will allow
later to set those at runtime rather than go through `common_flags()` every
time.
https://reviews.llvm.org/D40038
Files:
lib/scudo/scudo_allocator.cpp
test/scudo/rss.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40038.122885.patch
Type: text/x-patch
Size: 6567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/e70222c1/attachment.bin>
More information about the llvm-commits
mailing list