docs/Writerside/topics/mempool.h.md

branch
docs/3.1
changeset 1142
9437530176bc
parent 1141
a06a2d27c043
child 1143
0559812df10c
--- a/docs/Writerside/topics/mempool.h.md	Thu Jan 23 01:33:36 2025 +0100
+++ b/docs/Writerside/topics/mempool.h.md	Thu Jan 23 20:19:03 2025 +0100
@@ -7,7 +7,7 @@
 allocated memory for you, which should be freed together with this pool.
 
 Many UCX features support the use of an allocator.
-The [strings](#string), for instance, provide several functions suffixed with `_a` that allow specifying an allocator.
+The [strings](string.h.md), for instance, provide several functions suffixed with `_a` that allow specifying an allocator.
 You can use this to keep track of the memory occupied by dynamically allocated strings and cleanup everything with
 just a single call to `cxMempoolFree()`.
 
@@ -88,3 +88,9 @@
 } 
 ```
 
+## Undocumented Symbols (TODO)
+### cxMempoolCreate
+### cxMempoolFree
+### cxMempoolRegister
+### cxMempoolRemoveDestructor
+### cxMempoolSetDestructor

mercurial