--- a/ucx/allocator.c Thu May 29 15:59:27 2025 +0200 +++ b/ucx/allocator.c Wed Nov 12 18:37:58 2025 +0100 @@ -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,