add rculfhash-mm-mmap.c memory management
[urcu.git] / urcu / rculfhash.h
index 1224ea808484fa385c5c5c3c92b8fbcfb113b52e..6ed7c8c75b1db697d78fe4c5c8efaef5601176ae 100644 (file)
@@ -106,6 +106,7 @@ 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.022957 seconds and 4 git commands to generate.