[PATCH] D41649: [scudo] Touch memory to count as RSS

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 31 17:09:31 PST 2017


cryptoad added a comment.

How about using calloc instead and benefiting of the "included" zero'd memory feature? That would avoid implementing the touch function.
I won't be able to test anything before Jan. 2nd.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41649





More information about the llvm-commits mailing list