ucx/allocator.c

changeset 845
f3ab28ed22e5
parent 629
0385a450c2a6
child 992
f421aef8f865
--- 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,

mercurial