src/cx/mempool.h

changeset 1178
9998cfb4a65b
parent 1103
7c1e322b9165
child 1180
4c3a69b9723a
--- a/src/cx/mempool.h	Mon Feb 10 19:20:43 2025 +0100
+++ b/src/cx/mempool.h	Mon Feb 10 19:24:26 2025 +0100
@@ -102,7 +102,7 @@
  * @param capacity (@c size_t) the initial capacity of the pool
  * @return (@c CxMempool*) the created memory pool or @c NULL if allocation failed
  */
-#define cxBasicMempoolCreate(capacity) cxMempoolCreate(capacity, NULL)
+#define cxMempoolCreateSimple(capacity) cxMempoolCreate(capacity, NULL)
 
 /**
  * Sets the destructor function for a specific allocated memory object.

mercurial