]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove tor_malloc_roundup().
authorNick Mathewson <nickm@torproject.org>
Mon, 13 Aug 2012 17:27:32 +0000 (13:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Aug 2012 17:27:32 +0000 (13:27 -0400)
commitf45cde05f934ee95e0002ff7d72f7006ce156a4c
treeb8c98e0b3867ccea1f9d7a8976ee76b27d3984e6
parent37d19fdfcd4bc82da3276c18b616e7c64ca0c6ab
Remove tor_malloc_roundup().

This function never actually did us any good, and it added a little
complexity.  See the changes file for more info.
configure.in
src/common/memarea.c
src/common/mempool.c
src/common/util.c
src/common/util.h
src/or/buffers.c