ucx/cx/mempool.h

branch
newapi
changeset 324
ce13a778654a
parent 253
087cc9216f28
--- 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.

mercurial