[compiler-rt] r321627 - [scudo] Touch memory to count as RSS

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 1 11:45:53 PST 2018


On Mon, Jan 01, 2018 at 06:19:06PM -0000, Jonas Hahnfeld via llvm-commits wrote:
> Author: hahnfeld
> Date: Mon Jan  1 10:19:06 2018
> New Revision: 321627
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=321627&view=rev
> Log:
> [scudo] Touch memory to count as RSS
> 
> This should fix the test from https://reviews.llvm.org/D41128.
> 
> Differential Revision: https://reviews.llvm.org/D41649

This change doesn't make sense, the malloc+memset will be optimized to
calloc anyway.

Joerg


More information about the llvm-commits mailing list