ngx_alloc         511 src/core/nginx.c         env = ngx_alloc((*last + n + 1) * sizeof(char *), cycle->log);
ngx_alloc         576 src/core/nginx.c     var = ngx_alloc(sizeof(NGINX_VAR)
ngx_alloc         793 src/core/nginx.c     ngx_argv = ngx_alloc((argc + 1) * sizeof(char *), cycle->log);
ngx_alloc         801 src/core/nginx.c         ngx_argv[i] = ngx_alloc(len, cycle->log);
ngx_alloc         142 src/core/ngx_conf_file.c         buf.start = ngx_alloc(NGX_CONF_BUFFER, cf->log);
ngx_alloc         117 src/core/ngx_crc32.c     p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log);
ngx_alloc         704 src/core/ngx_file.c         name = ngx_alloc(to->len + 1 + 10 + 1, ext->log);
ngx_alloc         805 src/core/ngx_file.c     buf = ngx_alloc(len, cf->log);
ngx_alloc         935 src/core/ngx_file.c         data = ngx_alloc(ctx->alloc, ctx->log);
ngx_alloc         993 src/core/ngx_file.c             buf.data = ngx_alloc(buf.len + 1, ctx->log);
ngx_alloc         271 src/core/ngx_hash.c     test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log);
ngx_alloc         960 src/core/ngx_inet.c     host = ngx_alloc(u->host.len + 1, pool->log);
ngx_alloc        1111 src/core/ngx_inet.c         host = ngx_alloc(u->host.len + 1, pool->log);
ngx_alloc         366 src/core/ngx_open_file_cache.c     file = ngx_alloc(sizeof(ngx_cached_open_file_t), pool->log);
ngx_alloc         372 src/core/ngx_open_file_cache.c     file->name = ngx_alloc(name->len + 1, pool->log);
ngx_alloc         975 src/core/ngx_open_file_cache.c     fev = ngx_alloc(sizeof(ngx_open_file_cache_event_t), log);
ngx_alloc         222 src/core/ngx_palloc.c     p = ngx_alloc(size, pool->log);
ngx_alloc          75 src/core/ngx_palloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
ngx_alloc        2856 src/core/ngx_resolver.c     p = ngx_alloc(size, r->log);
ngx_alloc        1938 src/core/ngx_string.c     p = ngx_alloc(size, ngx_cycle->log);
ngx_alloc         149 src/event/modules/ngx_devpoll_module.c         change_list = ngx_alloc(sizeof(struct pollfd) * dpcf->changes,
ngx_alloc         159 src/event/modules/ngx_devpoll_module.c         change_index = ngx_alloc(sizeof(ngx_event_t *) * dpcf->changes,
ngx_alloc         173 src/event/modules/ngx_devpoll_module.c         event_list = ngx_alloc(sizeof(struct pollfd) * dpcf->events,
ngx_alloc         348 src/event/modules/ngx_epoll_module.c         event_list = ngx_alloc(sizeof(struct epoll_event) * epcf->events,
ngx_alloc         236 src/event/modules/ngx_eventport_module.c         event_list = ngx_alloc(sizeof(port_event_t) * epcf->events,
ngx_alloc         162 src/event/modules/ngx_kqueue_module.c         change_list = ngx_alloc(kcf->changes * sizeof(struct kevent),
ngx_alloc         176 src/event/modules/ngx_kqueue_module.c         event_list = ngx_alloc(kcf->events * sizeof(struct kevent), cycle->log);
ngx_alloc          80 src/event/modules/ngx_poll_module.c         list = ngx_alloc(sizeof(struct pollfd) * cycle->connection_n,
ngx_alloc          89 src/event/modules/ngx_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_alloc          90 src/event/modules/ngx_win32_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_alloc         676 src/event/ngx_event.c         ngx_alloc(sizeof(ngx_connection_t) * cycle->connection_n, cycle->log);
ngx_alloc         683 src/event/ngx_event.c     cycle->read_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_alloc         695 src/event/ngx_event.c     cycle->write_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_alloc         226 src/event/ngx_event_openssl_stapling.c     buf = ngx_alloc(len, ssl->log);
ngx_alloc         639 src/event/ngx_event_openssl_stapling.c     response.data = ngx_alloc(response.len, ctx->log);
ngx_alloc         860 src/http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
ngx_alloc         896 src/http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
ngx_alloc         961 src/http/modules/ngx_http_dav_module.c     file = ngx_alloc(len + 1, ctx->log);
ngx_alloc        1682 src/http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_alloc        1745 src/http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_alloc         305 src/http/ngx_http_spdy_filter_module.c     buf = ngx_alloc(len, r->pool->log);
ngx_alloc          99 src/misc/ngx_google_perftools_module.c     profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log);
ngx_alloc          39 src/os/unix/ngx_alloc.c     p = ngx_alloc(size, log);
ngx_alloc          16 src/os/unix/ngx_alloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
ngx_alloc          35 src/os/unix/ngx_alloc.h #define ngx_memalign(alignment, size, log)  ngx_alloc(size, log)
ngx_alloc          47 src/os/unix/ngx_setproctitle.c     p = ngx_alloc(size, log);