]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - benchtests/bench-memset-large.c
benchtests: Set float type on --threshold argument
[thirdparty/glibc.git] / benchtests / bench-memset-large.c
index 248289108ba499c8a5f0ee3ed4f705fa1f730c0a..1f7bf81fd1063a0469eb23efdb1480356a1c1c6a 100644 (file)
@@ -92,7 +92,7 @@ do_test (json_ctx_t *json_ctx, size_t align, int c, size_t len)
   FOR_EACH_IMPL (impl, 0)
     {
       do_one_test (json_ctx, impl, (CHAR *) (buf1) + align, c, len);
-      realloc_bufs ();
+      alloc_bufs ();
     }
 
   json_array_end (json_ctx);