]> git.proxmox.com Git - rustc.git/blobdiff - src/jemalloc/test/unit/zero.c
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / jemalloc / test / unit / zero.c
index 65a8f0c9c3217cc4dcc624fdd2fd961f2274afb3..93afc2b871020354ea066d52d0c29fe13fc8622e 100644 (file)
@@ -55,7 +55,7 @@ TEST_BEGIN(test_zero_large)
 {
 
        test_skip_if(!config_fill);
-       test_zero(SMALL_MAXCLASS+1, arena_maxclass);
+       test_zero(SMALL_MAXCLASS+1, large_maxclass);
 }
 TEST_END
 
@@ -63,7 +63,7 @@ TEST_BEGIN(test_zero_huge)
 {
 
        test_skip_if(!config_fill);
-       test_zero(arena_maxclass+1, chunksize*2);
+       test_zero(large_maxclass+1, chunksize*2);
 }
 TEST_END