docs/Writerside/topics/map.h.md

changeset 1318
12fa1d37fe48
parent 1298
0597f1f20ea9
--- a/docs/Writerside/topics/map.h.md	Thu May 15 15:43:30 2025 +0200
+++ b/docs/Writerside/topics/map.h.md	Thu May 15 16:02:54 2025 +0200
@@ -15,7 +15,7 @@
 
 The function `cxHashMapCreate()` creates a new map where both the map structure
 and the contained buckets are allocated by the specified `allocator`.
-The default stdlib allocator is used in `cxHashMapCreateSimple()`.
+The [default allocator](allocator.h.md#default-allocator) is used in `cxHashMapCreateSimple()`.
 
 The map will store items of size `itemsize`.
 You can use the `CX_STORE_POINTERS` macro for `itemsize` to indicate that the map shall store

mercurial