commit f28eac3058adc63af6c2660636d93f4a0fff7c55
parent 294397f59dd98804d9321ee128171224cbd1e090
Author: Michael Savage <mikejsavage@gmail.com>
Date: Fri, 10 Nov 2017 19:58:43 +0200
Comment out Relacy realloc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/relacy/relacy.hpp b/libs/relacy/relacy.hpp
@@ -57,7 +57,7 @@
#define delete RL_DELETE_PROXY
#define malloc(sz) rl::rl_malloc((sz), $)
#define calloc(sz, cnt) rl::rl_calloc((sz), (cnt), $)
-#define realloc(p, sz) rl::rl_realloc((p), (sz), $)
+// #define realloc(p, sz) rl::rl_realloc((p), (sz), $)
#define free(p) rl::rl_free((p), $)
#ifdef assert