
  This directory contains some utilities that have been useful for studies using Heap Layers.

  processlog.pl      -- Processes logs generated by LogHeap to gather allocation statistics.
  removecomments.cpp -- A program to remove comments from C/C++ code,
                        used when calculating lines of code.
  strip.pl           -- Removes lines consisting entirely of whitespace.
                        Used in combination with removecomments.cpp to calculate lines of code.
  malloc-test.c      -- A malloc-testing application by Wolfram Gloger.

