ucx/cx/mempool.h

changeset 49
2f71f4ee247a
parent 2
fbdfaacc4182
--- 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.

mercurial