ngx_palloc        526 core/nginx.c           env = ngx_palloc(cycle->pool, (n + 1) * sizeof(char *));
ngx_palloc       1252 core/nginx.c       mask = ngx_palloc(cf->pool, (cf->args->nelts - 1) * sizeof(long));
ngx_palloc         16 core/ngx_array.c     a = ngx_palloc(p, sizeof(ngx_array_t));
ngx_palloc         21 core/ngx_array.c     a->elts = ngx_palloc(p, n * size);
ngx_palloc         81 core/ngx_array.c             new = ngx_palloc(p, 2 * size);
ngx_palloc        131 core/ngx_array.c             new = ngx_palloc(p, nalloc * a->size);
ngx_palloc         43 core/ngx_array.h     array->elts = ngx_palloc(pool, n * size);
ngx_palloc         21 core/ngx_buf.c     b->start = ngx_palloc(pool, size);
ngx_palloc         58 core/ngx_buf.c     cl = ngx_palloc(pool, sizeof(ngx_chain_t));
ngx_palloc         75 core/ngx_buf.c     p = ngx_palloc(pool, bufs->num * bufs->size);
ngx_palloc        141 core/ngx_buf.h #define ngx_alloc_buf(pool)  ngx_palloc(pool, sizeof(ngx_buf_t))
ngx_palloc         33 core/ngx_connection.c     sa = ngx_palloc(cf->pool, socklen);
ngx_palloc        106 core/ngx_connection.c         ls[i].sockaddr = ngx_palloc(cycle->pool, NGX_SOCKADDRLEN);
ngx_palloc        232 core/ngx_connection.c         ls[i].accept_filter = ngx_palloc(cycle->pool, 16);
ngx_palloc        999 core/ngx_connection.c         c->local_sockaddr = ngx_palloc(c->pool, len);
ngx_palloc        313 core/ngx_file.c     *path = ngx_palloc(cf->pool, sizeof(ngx_path_t));
ngx_palloc        370 core/ngx_hash.c     elts = ngx_palloc(hinit->pool, len + ngx_cacheline_size);
ngx_palloc         16 core/ngx_list.c     list = ngx_palloc(pool, sizeof(ngx_list_t));
ngx_palloc         21 core/ngx_list.c     list->part.elts = ngx_palloc(pool, n * size);
ngx_palloc         49 core/ngx_list.c         last = ngx_palloc(l->pool, sizeof(ngx_list_part_t));
ngx_palloc         54 core/ngx_list.c         last->elts = ngx_palloc(l->pool, l->nalloc * l->size);
ngx_palloc         38 core/ngx_list.h     list->part.elts = ngx_palloc(pool, n * size);
ngx_palloc         48 core/ngx_open_file_cache.c     cache = ngx_palloc(pool, sizeof(ngx_open_file_cache_t));
ngx_palloc        436 core/ngx_output_chain.c         b->start = ngx_palloc(ctx->pool, size);
ngx_palloc        240 core/ngx_palloc.c     large = ngx_palloc(pool, sizeof(ngx_pool_large_t));
ngx_palloc        265 core/ngx_palloc.c     large = ngx_palloc(pool, sizeof(ngx_pool_large_t));
ngx_palloc        304 core/ngx_palloc.c     p = ngx_palloc(pool, size);
ngx_palloc        318 core/ngx_palloc.c     c = ngx_palloc(p, sizeof(ngx_pool_cleanup_t));
ngx_palloc        324 core/ngx_palloc.c         c->data = ngx_palloc(p, size);
ngx_palloc         81 core/ngx_palloc.h void *ngx_palloc(ngx_pool_t *pool, size_t size);
ngx_palloc         20 core/ngx_radix_tree.c     tree = ngx_palloc(pool, sizeof(ngx_radix_tree_t));
ngx_palloc        211 core/ngx_regex.c         return ngx_palloc(pool, size);
ngx_palloc        547 event/modules/ngx_devpoll_module.c     dpcf = ngx_palloc(cycle->pool, sizeof(ngx_devpoll_conf_t));
ngx_palloc        762 event/modules/ngx_epoll_module.c     epcf = ngx_palloc(cycle->pool, sizeof(ngx_epoll_conf_t));
ngx_palloc        582 event/modules/ngx_eventport_module.c     epcf = ngx_palloc(cycle->pool, sizeof(ngx_eventport_conf_t));
ngx_palloc        763 event/modules/ngx_kqueue_module.c     kcf = ngx_palloc(cycle->pool, sizeof(ngx_kqueue_conf_t));
ngx_palloc        692 event/modules/ngx_rtsig_module.c     rtscf = ngx_palloc(cycle->pool, sizeof(ngx_rtsig_conf_t));
ngx_palloc       1120 event/ngx_event.c     ecf = ngx_palloc(cycle->pool, sizeof(ngx_event_conf_t));
ngx_palloc        130 event/ngx_event_accept.c         c->sockaddr = ngx_palloc(c->pool, socklen);
ngx_palloc        138 event/ngx_event_accept.c         log = ngx_palloc(c->pool, sizeof(ngx_log_t));
ngx_palloc        978 event/ngx_event_openssl.c         buf->start = ngx_palloc(c->pool, NGX_SSL_BUFSIZE);
ngx_palloc        319 http/modules/ngx_http_auth_basic_module.c         ctx = ngx_palloc(r->pool, sizeof(ngx_http_auth_basic_ctx_t));
ngx_palloc        628 http/modules/ngx_http_autoindex_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_autoindex_loc_conf_t));
ngx_palloc        672 http/modules/ngx_http_browser_module.c     bcf->modern_browser_value = ngx_palloc(cf->pool,
ngx_palloc        697 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value = ngx_palloc(cf->pool,
ngx_palloc       1252 http/modules/ngx_http_charset_filter_module.c         table->src2dst = ngx_palloc(cf->pool, 256);
ngx_palloc       1257 http/modules/ngx_http_charset_filter_module.c         table->dst2src = ngx_palloc(cf->pool, 256);
ngx_palloc        137 http/modules/ngx_http_chunked_filter_module.c         chunk = ngx_palloc(r->pool, sizeof("0000000000000000" CRLF) - 1);
ngx_palloc       1048 http/modules/ngx_http_dav_module.c     r->headers_out.location = ngx_palloc(r->pool, sizeof(ngx_table_elt_t));
ngx_palloc        131 http/modules/ngx_http_degradation_module.c             sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF);
ngx_palloc        172 http/modules/ngx_http_degradation_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_degradation_loc_conf_t));
ngx_palloc        740 http/modules/ngx_http_fastcgi_module.c             ignored = ngx_palloc(r->pool, flcf->header_params * sizeof(void *));
ngx_palloc        306 http/modules/ngx_http_geo_module.c     geo = ngx_palloc(cf->pool, sizeof(ngx_http_geo_ctx_t));
ngx_palloc        379 http/modules/ngx_http_geo_module.c                 ctx.high.low[i] = ngx_palloc(cf->pool, len + sizeof(void *));
ngx_palloc        990 http/modules/ngx_http_geo_module.c     val = ngx_palloc(ctx->pool, sizeof(ngx_http_variable_value_t));
ngx_palloc       1005 http/modules/ngx_http_geo_module.c     gvvn = ngx_palloc(ctx->temp_pool,
ngx_palloc       1213 http/modules/ngx_http_geo_module.c     base = ngx_palloc(ctx->pool, size);
ngx_palloc        597 http/modules/ngx_http_gzip_filter_module.c     ctx->preallocated = ngx_palloc(r->pool, ctx->allocated);
ngx_palloc        992 http/modules/ngx_http_gzip_filter_module.c     p = ngx_palloc(ctx->request->pool, items * size);
ngx_palloc        259 http/modules/ngx_http_gzip_static_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_gzip_static_conf_t));
ngx_palloc        442 http/modules/ngx_http_image_filter_module.c         ctx->image = ngx_palloc(r->pool, ctx->length);
ngx_palloc       1250 http/modules/ngx_http_image_filter_module.c                 imcf->acv = ngx_palloc(cf->pool,
ngx_palloc       1296 http/modules/ngx_http_image_filter_module.c         imcf->wcv = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t));
ngx_palloc       1324 http/modules/ngx_http_image_filter_module.c         imcf->hcv = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t));
ngx_palloc       1378 http/modules/ngx_http_image_filter_module.c         imcf->jqcv = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t));
ngx_palloc        367 http/modules/ngx_http_index_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_index_loc_conf_t));
ngx_palloc        985 http/modules/ngx_http_log_module.c         log->file->buffer = ngx_palloc(cf->pool, buf);
ngx_palloc        160 http/modules/ngx_http_map_module.c     mcf = ngx_palloc(cf->pool, sizeof(ngx_http_map_conf_t));
ngx_palloc        426 http/modules/ngx_http_map_module.c         var = ngx_palloc(ctx->keys.pool, sizeof(ngx_http_variable_value_t));
ngx_palloc        478 http/modules/ngx_http_map_module.c     var = ngx_palloc(ctx->keys.pool, sizeof(ngx_http_variable_value_t));
ngx_palloc        186 http/modules/ngx_http_memcached_module.c     ctx = ngx_palloc(r->pool, sizeof(ngx_http_memcached_ctx_t));
ngx_palloc        277 http/modules/ngx_http_random_index_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_random_index_loc_conf_t));
ngx_palloc        479 http/modules/ngx_http_referer_module.c         u = ngx_palloc(cf->pool, sizeof(ngx_str_t));
ngx_palloc        564 http/modules/ngx_http_scgi_module.c             ignored = ngx_palloc(r->pool, scf->header_params * sizeof(void *));
ngx_palloc       1942 http/modules/ngx_http_ssi_filter_module.c         psr = ngx_palloc(r->pool, sizeof(ngx_http_post_subrequest_t));
ngx_palloc       1998 http/modules/ngx_http_ssi_filter_module.c         psr = ngx_palloc(r->pool, sizeof(ngx_http_post_subrequest_t));
ngx_palloc        142 http/modules/ngx_http_static_module.c         r->headers_out.location = ngx_palloc(r->pool, sizeof(ngx_table_elt_t));
ngx_palloc         99 http/modules/ngx_http_upstream_ip_hash_module.c     iphp = ngx_palloc(r->pool, sizeof(ngx_http_upstream_ip_hash_peer_data_t));
ngx_palloc        592 http/modules/ngx_http_uwsgi_module.c             ignored = ngx_palloc(r->pool, uwcf->header_params * sizeof(void *));
ngx_palloc        887 http/modules/ngx_http_xslt_filter_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_xslt_filter_main_conf_t));
ngx_palloc        579 http/modules/perl/ngx_http_perl_module.c     embedding = ngx_palloc(cf->pool, (4 + n) * sizeof(char *));
ngx_palloc        984 http/modules/perl/ngx_http_perl_module.c     pv = ngx_palloc(cf->pool, sizeof(ngx_http_perl_variable_t));
ngx_palloc        743 http/ngx_http.c         clcfp = ngx_palloc(cf->pool,
ngx_palloc        769 http/ngx_http.c         clcfp = ngx_palloc(cf->pool,
ngx_palloc        850 http/ngx_http.c         *locations = ngx_palloc(cf->temp_pool,
ngx_palloc        859 http/ngx_http.c     lq = ngx_palloc(cf->temp_pool, sizeof(ngx_http_location_queue_t));
ngx_palloc       1079 http/ngx_http.c     node = ngx_palloc(cf->pool,
ngx_palloc       1572 http/ngx_http.c     addr->regex = ngx_palloc(cf->pool, regex * sizeof(ngx_http_server_name_t));
ngx_palloc       1822 http/ngx_http.c         vn = ngx_palloc(cf->pool, sizeof(ngx_http_virtual_names_t));
ngx_palloc       1883 http/ngx_http.c         vn = ngx_palloc(cf->pool, sizeof(ngx_http_virtual_names_t));
ngx_palloc        263 http/ngx_http_copy_filter_module.c     conf = ngx_palloc(cf->pool, sizeof(ngx_http_copy_filter_conf_t));
ngx_palloc       2258 http/ngx_http_core_module.c     pr = ngx_palloc(r->pool, sizeof(ngx_http_postponed_request_t));
ngx_palloc       2410 http/ngx_http_core_module.c     cln = ngx_palloc(r->pool, sizeof(ngx_http_cleanup_t));
ngx_palloc       2416 http/ngx_http_core_module.c         cln->data = ngx_palloc(r->pool, size);
ngx_palloc       2845 http/ngx_http_core_module.c     content_type = ngx_palloc(cf->pool, sizeof(ngx_str_t));
ngx_palloc        149 http/ngx_http_postpone_filter_module.c     pr = ngx_palloc(r->pool, sizeof(ngx_http_postponed_request_t));
ngx_palloc        187 http/ngx_http_request.c     ctx = ngx_palloc(c->pool, sizeof(ngx_http_log_ctx_t));
ngx_palloc       1221 http/ngx_http_request.c             hc->busy = ngx_palloc(r->connection->pool,
ngx_palloc       1848 http/ngx_http_request.c         pr = ngx_palloc(r->pool, sizeof(ngx_http_posted_request_t));
ngx_palloc       2427 http/ngx_http_request.c                 hc->free = ngx_palloc(c->pool,
ngx_palloc       2653 http/ngx_http_request.c         b->pos = ngx_palloc(c->pool, size);
ngx_palloc        229 http/ngx_http_script.c     *cv = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t));
ngx_palloc       1477 http/ngx_http_upstream.c         u->buffer.start = ngx_palloc(r->pool, u->conf->buffer_size);
ngx_palloc       4312 http/ngx_http_upstream.c     *paddr = ngx_palloc(cf->pool, sizeof(ngx_addr_t));
ngx_palloc        211 http/ngx_http_upstream_round_robin.c         rrp = ngx_palloc(r->pool, sizeof(ngx_http_upstream_rr_peer_data_t));
ngx_palloc        264 http/ngx_http_upstream_round_robin.c         rrp = ngx_palloc(r->pool, sizeof(ngx_http_upstream_rr_peer_data_t));
ngx_palloc        297 http/ngx_http_variables.c     v = ngx_palloc(cf->pool, sizeof(ngx_http_variable_t));
ngx_palloc        460 http/ngx_http_variables.c             vv = ngx_palloc(r->pool, sizeof(ngx_http_variable_value_t));
ngx_palloc        470 http/ngx_http_variables.c     vv = ngx_palloc(r->pool, sizeof(ngx_http_variable_value_t));
ngx_palloc       1754 http/ngx_http_variables.c     rv = ngx_palloc(rc->pool, n * sizeof(ngx_http_regex_variable_t));
ngx_palloc       1805 http/ngx_http_variables.c             r->captures = ngx_palloc(r->pool, len * sizeof(int));
ngx_palloc        380 mail/ngx_mail.c             mport = ngx_palloc(cf->pool, sizeof(ngx_mail_port_t));
ngx_palloc        134 mail/ngx_mail_handler.c     ctx = ngx_palloc(c->pool, sizeof(ngx_mail_log_ctx_t));