src/cx/allocator.h

changeset 1554
91fb10c89611
parent 1539
2cbdb482d325
--- a/src/cx/allocator.h	Sun Dec 07 13:24:18 2025 +0100
+++ b/src/cx/allocator.h	Sun Dec 07 15:33:16 2025 +0100
@@ -439,9 +439,9 @@
  */
 #define cxReallocArrayDefault(...) cxReallocArray(cxDefaultAllocator, __VA_ARGS__)
 /**
- * Convenience macro that invokes cxFree() with the cxDefaultAllocator.
+ * Convenience function that invokes cxFree() with the cxDefaultAllocator.
  */
-#define cxFreeDefault(...) cxFree(cxDefaultAllocator, __VA_ARGS__)
+CX_EXPORT void cxFreeDefault(void *mem);
 
 #ifdef __cplusplus
 } // extern "C"

mercurial