ucx/map.h

changeset 51
1c78cd19fb6b
parent 48
621a4430c404
child 52
34f50d0bada4
     1.1 --- a/ucx/map.h	Fri Oct 05 13:23:25 2012 +0200
     1.2 +++ b/ucx/map.h	Fri Oct 05 14:06:40 2012 +0200
     1.3 @@ -57,7 +57,9 @@
     1.4  
     1.5  UcxMap *ucx_map_new(size_t size);
     1.6  void ucx_map_free(UcxMap *map);
     1.7 +/* you cannot clone maps with more than 390 mio entries */
     1.8  UcxMap *ucx_map_clone(UcxMap *map, copy_func fnc, void *data);
     1.9 +UcxMap *ucx_map_rehash(UcxMap *map);
    1.10  
    1.11  int ucx_map_put(UcxMap *map, UcxKey key, void *data);
    1.12  void* ucx_map_get(UcxMap *map, UcxKey key);

mercurial