diff xml/en/docs/dev/development_guide.xml @ 2081:f29bd40e9a62

Development guide: documented ngx_create_pool() size requirements.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 05 Dec 2017 16:54:22 +0300
parents 05f5bfdaffa3
children c07cd947402f
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml	Thu Nov 30 19:47:05 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Tue Dec 05 16:54:22 2017 +0300
@@ -1506,6 +1506,9 @@
 <literal>ngx_create_pool(size, log)</literal> — Create a pool with specified
 block size.
 The pool object returned is allocated in the pool as well.
+The <literal>size</literal>
+should be at least <literal>NGX_MIN_POOL_SIZE</literal>
+and a multiple of <literal>NGX_POOL_ALIGNMENT</literal>.
 </listitem>
 
 <listitem>