diff -r 38cb8e3992e8 -r ce13a778654a ucx/cx/mempool.h --- a/ucx/cx/mempool.h Thu Oct 03 18:54:19 2024 +0200 +++ b/ucx/cx/mempool.h Sun Oct 06 12:00:31 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.