ソースを参照

lsan seems to go crazy with our 64*128MiB allocation

Samuel Thibault 4 年 前
コミット
aec37ec3ef
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tests/microbenchs/bandwidth.c

+ 1 - 1
tests/microbenchs/bandwidth.c

@@ -25,7 +25,7 @@
  * kernels and number of idle workers.
  */
 
-#ifdef STARPU_QUICK_CHECK
+#if defined(STARPU_QUICK_CHECK) || defined(STARPU_SANITIZE_LEAK)
 static size_t size = 1024;
 static unsigned cpustep = 4;
 #else