--- a/ucx/allocator.c Mon Oct 13 21:07:59 2025 +0200 +++ b/ucx/allocator.c Mon Oct 13 21:31:58 2025 +0200 @@ -73,7 +73,7 @@ NULL }; const CxAllocator * const cxStdlibAllocator = &cx_stdlib_allocator; -const CxAllocator * cxDefaultAllocator = cxStdlibAllocator; +const CxAllocator * cxDefaultAllocator = &cx_stdlib_allocator; int cx_reallocate_( void **mem,