ucx/map.h

changeset 139
dddb9348ea42
parent 138
7800811078b8
parent 137
81a02ad99388
child 146
aa376dba1ba8
     1.1 --- a/ucx/map.h	Mon Aug 12 14:39:51 2013 +0200
     1.2 +++ b/ucx/map.h	Mon Aug 12 14:43:22 2013 +0200
     1.3 @@ -130,11 +130,11 @@
     1.4  
     1.5  /**
     1.6   * Creates a new hash map with the specified size using an UcxAllocator.
     1.7 + * @param allocator the allocator to use
     1.8   * @param size the size of the hash map
     1.9 - * @param allocator the allocator to use
    1.10   * @return a pointer to the new hash map
    1.11   */
    1.12 -UcxMap *ucx_map_new_a(size_t size, UcxAllocator *allocator);
    1.13 +UcxMap *ucx_map_new_a(UcxAllocator *allocator, size_t size);
    1.14  
    1.15  /**
    1.16   * Frees a hash map.

mercurial