970e106b88
Seems the obvious thing works now. Ran nanobench, ----------------------------------------------------- Suppressions used: count bytes template 586 3530064 libGL.so ----------------------------------------------------- and dm, ----------------------------------------------------- Suppressions used: count bytes template 340 2048160 libGL.so ----------------------------------------------------- BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/517133002
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
# Supressions for LSAN.
|
|
# tools/xsan_build address -C out/Debug
|
|
# ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/Debug/$FOO
|
|
|
|
# Fontconfig
|
|
leak:libfontconfig
|
|
|
|
# Nvidia driver
|
|
leak:libGL.so
|