ucx/cx/hash_map.h

branch
dav-2
changeset 886
da79af4baec8
parent 854
1c8401ece69e
child 889
42cdbf9bbd49
--- a/ucx/cx/hash_map.h	Tue Sep 09 16:01:30 2025 +0200
+++ b/ucx/cx/hash_map.h	Tue Sep 09 20:56:47 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