Fix: need to keep the number of allocation site for the heap examiner. Somehow the...
[IRC.git] / Robust / src / Runtime / runtime.c
index 01d4555594a4e9e48564038735b572c3eb59a6dd..585cb73c8d9df5905b3abe12a480965574d3d4f8 100644 (file)
@@ -819,7 +819,7 @@ __attribute__((malloc)) void * allocate_new(void * ptr, int type) {
 #endif
 #ifdef MLP
   v->oid=oid;
-  //  v->allocsite=allocsite;
+  v->allocsite=allocsite;
 #endif
   return v;
 }