diff -r ae61523bce20 -r 2f71f4ee247a ucx/cx/mempool.h --- a/ucx/cx/mempool.h Thu Oct 03 18:52:51 2024 +0200 +++ b/ucx/cx/mempool.h Sun Oct 06 18:18:04 2024 +0200 @@ -52,7 +52,7 @@ */ struct cx_mempool_s { /** The provided allocator. */ - CxAllocator const *allocator; + const CxAllocator *allocator; /** * A destructor that shall be automatically registered for newly allocated memory.