From: Brian Demsky Date: Fri, 15 Jun 2012 05:59:42 +0000 (+0800) Subject: subramanian lied when he said he fixed these... X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=commitdiff_plain;h=8e4abe460e49ddbda202399c30dcd17c48a6a77b subramanian lied when he said he fixed these... --- diff --git a/mymemory.cc b/mymemory.cc index 88018e26..2c5adc0a 100644 --- a/mymemory.cc +++ b/mymemory.cc @@ -13,6 +13,9 @@ int howManyFreed = 0; static mspace sStaticSpace = NULL; #endif +//SUBRAMANIAN!!! PLEASE FIX THE MALLOC/FREE/CALLOC/ETC FOR FORK-BASED APPROACH +//YOU HAVE NOT DONE THIS!!!!!!!!!!! + /** Non-snapshotting malloc for our use. */ void *MYMALLOC(size_t size) {