aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-18 10:16:47 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-18 10:16:47 -0400
commitc37fdc2eef0ccfeff56df5a9b7dfae9396fc643c (patch)
tree9b3ba35e86f2eedbc3e87ac9348c73d951958223 /src/common
parentdc516a543604e081583cbe725bc4b0a89768fc78 (diff)
parent2e1fe1fcf93c2a77805048bea5c535ca4456d583 (diff)
downloadtor-c37fdc2eef0ccfeff56df5a9b7dfae9396fc643c.tar.gz
tor-c37fdc2eef0ccfeff56df5a9b7dfae9396fc643c.zip
Merge branch 'bug9063_redux_023_squashed' into maint-0.2.3
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mempool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mempool.h b/src/common/mempool.h
index d0a7bc2f36..bc424acdeb 100644
--- a/src/common/mempool.h
+++ b/src/common/mempool.h
@@ -22,6 +22,8 @@ void mp_pool_destroy(mp_pool_t *pool);
void mp_pool_assert_ok(mp_pool_t *pool);
void mp_pool_log_status(mp_pool_t *pool, int severity);
+#define MP_POOL_ITEM_OVERHEAD (sizeof(void*))
+
#define MEMPOOL_STATS
#ifdef MEMPOOL_PRIVATE