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