NGX_DEFAULT_POOL_SIZE   17 src/core/ngx_cycle.h #define NGX_CYCLE_POOL_SIZE     NGX_DEFAULT_POOL_SIZE
NGX_DEFAULT_POOL_SIZE  433 src/http/modules/ngx_http_geo_module.c     pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
NGX_DEFAULT_POOL_SIZE  440 src/http/modules/ngx_http_geo_module.c     ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
NGX_DEFAULT_POOL_SIZE  230 src/http/modules/ngx_http_map_module.c     pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
NGX_DEFAULT_POOL_SIZE 1491 src/http/ngx_http.c     ha.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);