diff -r 3106d9ca2f9c -r f3ab28ed22e5 ucx/allocator.c --- 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,