add rculfhash-mm-mmap.c memory management
[urcu.git] / rculfhash-internal.h
index f7c659044acceb36829c424ca594d3f3aed1f02d..cc146640a93336511e89412608d2ff48bff0946e 100644 (file)
@@ -108,6 +108,12 @@ struct cds_lfht {
                 * memory addressing.
                 */
                struct cds_lfht_node *tbl_chunk[0];
+
+               /*
+                * Memory mapping with room for all possible buckets.
+                * Their memory is allocated when needed.
+                */
+               struct cds_lfht_node *tbl_mmap;
        };
 };
 
This page took 0.022528 seconds and 4 git commands to generate.