<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>fragmentation.c</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-all: my_gmalloc_hook free_size my_malloc_hook
+all: my_gmalloc_hook free_size my_malloc_hook fragmentation
 
 my_gmalloc_hook: my_gmalloc_hook.c
 	gcc --shared -g `pkg-config --cflags --libs glib-2.0` -lrt my_gmalloc_hook.c -omy_gmalloc_hook.so
@@ -9,5 +9,8 @@ free_size: free_size.c
 my_malloc_hook: my_malloc_hook.c
 	gcc -o my_malloc_hook.so -shared my_malloc_hook.c
 
+fragmentation: fragmentation.c
+	gcc -o fragmentation fragmentation.c
+
 clean:
-	rm -f my_gmalloc_hook.so free_size my_malloc_hook.so
+	rm -f my_gmalloc_hook.so free_size my_malloc_hook.so fragmentation</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo &quot;Valgrind is running ...\n&quot;
+echo -e &quot;Valgrind is running ...\n&quot;
 valgrind --tool=massif $@ &amp;&gt; temporary_file
 
 echo &quot;Processing data ...&quot;</diff>
      <filename>alloc_lifespan.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>62c2f34c3d5c995d7fa24c4ab02e839185c855f6</id>
    </parent>
  </parents>
  <author>
    <name>Andrei Soare</name>
    <email>andrei@andrei-laptop.(none)</email>
  </author>
  <url>http://github.com/asoare/bprof/commit/177cd69c11daf731dff9dfadb7bb72d809878ba3</url>
  <id>177cd69c11daf731dff9dfadb7bb72d809878ba3</id>
  <committed-date>2008-07-30T05:35:12-07:00</committed-date>
  <authored-date>2008-07-30T05:35:12-07:00</authored-date>
  <message>added a new program that calculates the fragmentation level after each deallocation. the data will be used to complete the graph time-lifetime</message>
  <tree>3e3c09b1fcf245b15465068606ca57dcd8130bc0</tree>
  <committer>
    <name>Andrei Soare</name>
    <email>andrei@andrei-laptop.(none)</email>
  </committer>
</commit>
