• Vlad Tsyrklevich's avatar
    GWP-ASan: Increase allocations on canary/dev · 088be1e6
    Vlad Tsyrklevich authored
    In r624120 I reduced the number of allocations used by GWP-ASan from
    MaxAllocations/TotalPages 32/128 to 6/20. These are good parameters for
    widespread use to limit the amount of memory/perf regression on stable;
    however, it makes it much less likely GWP-ASan will catch newly
    introduced bugs on canary/dev. Add a multiplier by which to increase the
    GWP-ASan parameters on canary/dev to ensure we maintain good coverage of
    new code.
    
    Bug: 896019
    Change-Id: I1ce59c25878ef0c066e04a0dedeba1f3aa97ec0d
    Reviewed-on: https://chromium-review.googlesource.com/c/1429240
    Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
    Reviewed-by: default avatarVitaly Buka <vitalybuka@chromium.org>
    Reviewed-by: default avatarKen Rockot <rockot@google.com>
    Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#626105}
    088be1e6
gwp_asan.cc 3.87 KB