ngx_create_pool   286 src/core/nginx.c     init_cycle.pool = ngx_create_pool(1024, log);
ngx_create_pool    66 src/core/ngx_cycle.c     pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
ngx_create_pool   236 src/core/ngx_cycle.c     conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
ngx_create_pool   754 src/core/ngx_cycle.c         ngx_temp_pool = ngx_create_pool(128, cycle->log);
ngx_create_pool    78 src/core/ngx_palloc.h ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
ngx_create_pool   156 src/event/ngx_event_accept.c         c->pool = ngx_create_pool(ls->pool_size, ev->log);
ngx_create_pool   708 src/event/ngx_event_openssl_stapling.c     pool = ngx_create_pool(2048, ngx_cycle->log);
ngx_create_pool   433 src/http/modules/ngx_http_geo_module.c     pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
ngx_create_pool   440 src/http/modules/ngx_http_geo_module.c     ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
ngx_create_pool   597 src/http/modules/ngx_http_log_module.c     pool = ngx_create_pool(256, log);
ngx_create_pool   230 src/http/modules/ngx_http_map_module.c     pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
ngx_create_pool  1491 src/http/ngx_http.c     ha.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log);
ngx_create_pool   521 src/http/ngx_http_request.c     pool = ngx_create_pool(cscf->request_pool_size, c->log);
ngx_create_pool   466 src/http/ngx_http_spdy.c     sc->pool = ngx_create_pool(sscf->pool_size, sc->connection->log);
ngx_create_pool  3527 src/http/ngx_http_spdy.c     sc->pool = ngx_create_pool(sscf->pool_size, sc->connection->log);
ngx_create_pool  1371 src/http/ngx_http_upstream.c         c->pool = ngx_create_pool(128, r->connection->log);
ngx_create_pool   170 src/mail/ngx_mail_auth_http_module.c     pool = ngx_create_pool(2048, s->connection->log);