ucx/cx/hash_map.h

changeset 21
5ea41679e15d
parent 16
04c9f8d8f03b
child 22
112b85020dc9
--- a/ucx/cx/hash_map.h	Thu May 29 15:59:17 2025 +0200
+++ b/ucx/cx/hash_map.h	Thu May 29 15:59:27 2025 +0200
@@ -77,7 +77,7 @@
  * In other words, when the iterator is finished, @c index==size .
  *
  * @param allocator the allocator to use
- * (if @c NULL, a default stdlib allocator will be used)
+ * (if @c NULL, the cxDefaultAllocator will be used)
  * @param itemsize the size of one element
  * @param buckets the initial number of buckets in this hash map
  * @return a pointer to the new hash map

mercurial