[PATCH] D75142: [scudo][standalone] Various improvements wrt RSS
Christopher Ferris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 23:39:00 PST 2020
cferris added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/tests/release_test.cpp:243
+ scudo::uptr P = scudo::roundUpTo(CurrentFreeRangeStart, PageSize);
+ const scudo uptr EndPage =
+ scudo::roundUpTo(MaxBlocks * BlockSize, PageSize);
----------------
Should be scudo::uptr
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75142/new/
https://reviews.llvm.org/D75142
More information about the llvm-commits
mailing list