Fix: need to keep the number of allocation site for the heap examiner. Somehow the...
authoryeom <yeom>
Thu, 3 May 2012 00:38:20 +0000 (00:38 +0000)
committeryeom <yeom>
Thu, 3 May 2012 00:38:20 +0000 (00:38 +0000)
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;
 }