Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do cleanup around msg_vm_state_abc
[simgrid.git] / src / xbt / backtrace_dummy.c
index f10eb04e7a9e46ff8349b63d9ff44b9f54df253f..0fe4f771ac6d579eb3c8f43162384eba5595e82f 100644 (file)
@@ -27,3 +27,7 @@ void xbt_backtrace_current(xbt_ex_t * e)
 void xbt_ex_setup_backtrace(xbt_ex_t * e)
 {
 }
+
+int xbt_backtrace_no_malloc(void **array, int size) {
+  return 0;
+}