Skip to content
  • Jacob Appelbaum's avatar
    This patch changes some of the code in util.c to refactor calls to · 7873d324
    Jacob Appelbaum authored
    dmalloc_malloc, dmalloc_realloc and dmalloc_strdup. It only calls those
    functions if we're using the magic USE_DMALLOC macro. If we're not doing
    that, we call the normal malloc, realloc and strdup. This is my first
    night at malloc disambiguation club, so I had to disambiguate. Also, first commit, I have my commit bit now. Huzzzah!!!
    
    
    svn:r17157
    7873d324