aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-18 10:25:30 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-18 10:25:30 -0400
commitb5d1fded3dfa836ef1f45f6acb74971f75d5caa9 (patch)
treece22de55ffa508033064f7e6165590c00028f459 /src/common
parent2974c83735d2ac473fcffea0ff3b453e900d5854 (diff)
parentefa342f5fa2c6700ed8273557b7fb39bdc577120 (diff)
downloadtor-b5d1fded3dfa836ef1f45f6acb74971f75d5caa9.tar.gz
tor-b5d1fded3dfa836ef1f45f6acb74971f75d5caa9.zip
Merge remote-tracking branch 'origin/maint-0.2.4'
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 20312fb4c9..0fc1e4c676 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