ucx/allocator.c

changeset 1219
86ed681698aa
parent 1040
473d8cb58a6c
--- a/ucx/allocator.c	Wed Jul 15 20:03:33 2026 +0200
+++ b/ucx/allocator.c	Tue Jul 21 16:46:44 2026 +0200
@@ -101,8 +101,8 @@
         &cx_stdlib_allocator_class,
         NULL
 };
-const CxAllocator * const cxStdlibAllocator = &cx_stdlib_allocator;
-const CxAllocator * cxDefaultAllocator = &cx_stdlib_allocator;
+CX_EXPORT const CxAllocator * const cxStdlibAllocator = &cx_stdlib_allocator;
+CX_EXPORT const CxAllocator * cxDefaultAllocator = &cx_stdlib_allocator;
 
 int cx_reallocate_(
         void **mem,

mercurial