docs/Writerside/topics/memory.md

changeset 1318
12fa1d37fe48
parent 1210
2ad0cf0f314b
--- a/docs/Writerside/topics/memory.md	Thu May 15 15:43:30 2025 +0200
+++ b/docs/Writerside/topics/memory.md	Thu May 15 16:02:54 2025 +0200
@@ -4,7 +4,7 @@
 Many UCX functions support the use of specialized allocators or provide a second function suffixed with `_a`.
 
 For convenience, functions that are not explicitly requesting an allocator - like e.g. `cx_strdup_a()` - also accept
-`NULL` as an allocator, in which case the `cxDefaultAllocator` and stdlib functions are used.
+`NULL` as an allocator, in which case the [default allocator](allocator.h.md#default-allocator) is used.
 
 Additionally, UCX also provides a [memory pool](mempool.h.md) implementation of the allocator interface.
 

mercurial