summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-06-01 19:48:57 +0000
committerStefan Fritsch <sf@apache.org>2011-06-01 19:48:57 +0000
commitde06049942c4f3f3299e962d506114005be05fbf (patch)
tree4a42df0099f6179e74f085adcd560a5ef45ea76a /memory
parent672c9fe3b5ac2f4f22e4377dd8f41ead1c1989c0 (diff)
downloadapr-de06049942c4f3f3299e962d506114005be05fbf.tar.gz
extend comment a bit
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1130274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index 968123c1b..da8b21225 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -48,9 +48,9 @@
*/
/*
- * XXX: This is not optimal for machines with large pagesize, but currently
- * XXX: the sink is assumed to be index 0, so MIN_ALLOC must be at least two
- * XXX: pages.
+ * XXX: This is not optimal when using --enable-allocator-uses-mmap on
+ * XXX: machines with large pagesize, but currently the sink is assumed
+ * XXX: to be index 0, so MIN_ALLOC must be at least two pages.
*/
#define MIN_ALLOC (2 * BOUNDARY_SIZE)
#define MAX_INDEX 20