ngx_create_pool   296 core/nginx.c       init_cycle.pool = ngx_create_pool(1024, log);
ngx_create_pool    72 core/ngx_cycle.c     pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
ngx_create_pool   243 core/ngx_cycle.c     conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
ngx_create_pool   744 core/ngx_cycle.c         ngx_temp_pool = ngx_create_pool(128, cycle->log);
ngx_create_pool    77 core/ngx_palloc.h ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
ngx_create_pool   124 event/ngx_event_accept.c         c->pool = ngx_create_pool(ls->pool_size, ev->log);
ngx_create_pool   335 http/modules/ngx_http_geo_module.c     pool = ngx_create_pool(16384, cf->log);
ngx_create_pool   342 http/modules/ngx_http_geo_module.c     ctx.temp_pool = ngx_create_pool(16384, cf->log);
ngx_create_pool   228 http/modules/ngx_http_map_module.c     pool = ngx_create_pool(16384, cf->log);
ngx_create_pool  1464 http/ngx_http.c     ha.temp_pool = ngx_create_pool(16384, cf->log);
ngx_create_pool   452 http/ngx_http_request.c     r->pool = ngx_create_pool(cscf->request_pool_size, c->log);
ngx_create_pool   161 mail/ngx_mail_auth_http_module.c     pool = ngx_create_pool(2048, s->connection->log);