]> git.ipfire.org Git - thirdparty/tor.git/commit
This patch changes some of the code in util.c to refactor calls to
authorJacob Appelbaum <jacob@appelbaum.net>
Sun, 26 Oct 2008 22:56:53 +0000 (22:56 +0000)
committerJacob Appelbaum <jacob@appelbaum.net>
Sun, 26 Oct 2008 22:56:53 +0000 (22:56 +0000)
commit7873d324df8b75f8d032b09c6fa5542e585f7ad9
treee4961926da3d7b119f123568354aaa35ca62c00a
parentb166a43cb6536574d96fc2c72d07b7eb908dfe99
This patch changes some of the code in util.c to refactor calls to
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
src/common/util.c