add rculfhash-mm-mmap.c memory management
[urcu.git] / urcu / rculfhash.h
index c03baf41a2b8405fda996ddb633a250a8bcdd89a..6ed7c8c75b1db697d78fe4c5c8efaef5601176ae 100644 (file)
@@ -105,6 +105,8 @@ struct cds_lfht_mm_type {
 };
 
 extern const struct cds_lfht_mm_type cds_lfht_mm_order;
+extern const struct cds_lfht_mm_type cds_lfht_mm_chunk;
+extern const struct cds_lfht_mm_type cds_lfht_mm_mmap;
 
 /*
  * _cds_lfht_new - API used by cds_lfht_new wrapper. Do not use directly.
This page took 0.022064 seconds and 4 git commands to generate.