diff --git a/lib/src/alloc.h b/lib/src/alloc.h index cbedb71b..6e22a0ab 100644 --- a/lib/src/alloc.h +++ b/lib/src/alloc.h @@ -25,6 +25,7 @@ bool ts_toggle_allocation_recording(bool); #else // Allow clients to override allocation functions + #ifndef ts_malloc #define ts_malloc ts_malloc_default #endif