diff -r a202cb1ee175 -r 956c03c25edd src/ucx/allocator.c --- a/src/ucx/allocator.c Fri Nov 07 11:06:58 2025 +0100 +++ b/src/ucx/allocator.c Sun Nov 09 23:51:03 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,