diff -r 26541c37b619 -r 42cdbf9bbd49 ucx/allocator.c --- a/ucx/allocator.c Tue Oct 14 21:02:26 2025 +0200 +++ b/ucx/allocator.c Sat Nov 08 23:06:11 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,