ucx/cx/hash_map.h

changeset 108
77254bd6dccb
parent 102
64ded9f6a6c6
child 112
c3f2f16fa4b8
--- a/ucx/cx/hash_map.h	Sat Apr 05 17:57:04 2025 +0200
+++ b/ucx/cx/hash_map.h	Sun Jul 20 22:04:39 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