Avoid alloc small memory pieces
[urcu.git] / tests / test_urcu_hash.c
index db45c8c389801a3af5a40dfc58c3e2a492172dc0..70db8b3ca750f398f7314c9a6b794b3140d1bd20 100644 (file)
@@ -888,7 +888,7 @@ int main(int argc, char **argv)
         */
        rcu_register_thread();
        test_ht = cds_lfht_new(test_hash, test_compare, 0x42UL,
-                       init_hash_size,
+                       init_hash_size, 1,
                        opt_auto_resize ? CDS_LFHT_AUTO_RESIZE : 0, NULL);
        ret = populate_hash();
        assert(!ret);
This page took 0.022682 seconds and 4 git commands to generate.