--- 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