ngx_alloc         522 core/nginx.c           env = ngx_alloc((*last + n + 1) * sizeof(char *), cycle->log);
ngx_alloc         587 core/nginx.c       var = ngx_alloc(sizeof(NGINX_VAR)
ngx_alloc         798 core/nginx.c       ngx_argv = ngx_alloc((argc + 1) * sizeof(char *), cycle->log);
ngx_alloc         806 core/nginx.c           ngx_argv[i] = ngx_alloc(len, cycle->log);
ngx_alloc         143 core/ngx_conf_file.c         buf.start = ngx_alloc(NGX_CONF_BUFFER, cf->log);
ngx_alloc         116 core/ngx_crc32.c     p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log);
ngx_alloc         611 core/ngx_file.c         name = ngx_alloc(to->len + 1 + 10 + 1, ext->log);
ngx_alloc         712 core/ngx_file.c     buf = ngx_alloc(len, cf->log);
ngx_alloc         842 core/ngx_file.c         data = ngx_alloc(ctx->alloc, ctx->log);
ngx_alloc         900 core/ngx_file.c             buf.data = ngx_alloc(buf.len + 1, ctx->log);
ngx_alloc         270 core/ngx_hash.c     test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log);
ngx_alloc         741 core/ngx_inet.c             p = ngx_alloc(++len, pool->log);
ngx_alloc         914 core/ngx_inet.c         host = ngx_alloc(u->host.len + 1, pool->log);
ngx_alloc         342 core/ngx_open_file_cache.c     file = ngx_alloc(sizeof(ngx_cached_open_file_t), pool->log);
ngx_alloc         348 core/ngx_open_file_cache.c     file->name = ngx_alloc(name->len + 1, pool->log);
ngx_alloc         603 core/ngx_open_file_cache.c     fev = ngx_alloc(sizeof(ngx_open_file_cache_event_t), log);
ngx_alloc         222 core/ngx_palloc.c     p = ngx_alloc(size, pool->log);
ngx_alloc          74 core/ngx_palloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
ngx_alloc        1998 core/ngx_resolver.c     p = ngx_alloc(size, r->log);
ngx_alloc        1769 core/ngx_string.c     p = ngx_alloc(size, ngx_cycle->log);
ngx_alloc         148 event/modules/ngx_devpoll_module.c         change_list = ngx_alloc(sizeof(struct pollfd) * dpcf->changes,
ngx_alloc         158 event/modules/ngx_devpoll_module.c         change_index = ngx_alloc(sizeof(ngx_event_t *) * dpcf->changes,
ngx_alloc         172 event/modules/ngx_devpoll_module.c         event_list = ngx_alloc(sizeof(struct pollfd) * dpcf->events,
ngx_alloc         282 event/modules/ngx_epoll_module.c         event_list = ngx_alloc(sizeof(struct epoll_event) * epcf->events,
ngx_alloc         192 event/modules/ngx_eventport_module.c         event_list = ngx_alloc(sizeof(port_event_t) * epcf->events,
ngx_alloc         169 event/modules/ngx_kqueue_module.c         change_list0 = ngx_alloc(kcf->changes * sizeof(struct kevent),
ngx_alloc         179 event/modules/ngx_kqueue_module.c         change_list1 = ngx_alloc(kcf->changes * sizeof(struct kevent),
ngx_alloc         195 event/modules/ngx_kqueue_module.c         event_list = ngx_alloc(kcf->events * sizeof(struct kevent), cycle->log);
ngx_alloc          79 event/modules/ngx_poll_module.c         list = ngx_alloc(sizeof(struct pollfd) * cycle->connection_n,
ngx_alloc         167 event/modules/ngx_rtsig_module.c     overflow_list = ngx_alloc(sizeof(struct pollfd) * rtscf->overflow_events,
ngx_alloc          88 event/modules/ngx_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_alloc          89 event/modules/ngx_win32_select_module.c         index = ngx_alloc(sizeof(ngx_event_t *) * 2 * cycle->connection_n,
ngx_alloc         674 event/ngx_event.c         ngx_alloc(sizeof(ngx_connection_t) * cycle->connection_n, cycle->log);
ngx_alloc         681 event/ngx_event.c     cycle->read_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_alloc         697 event/ngx_event.c     cycle->write_events = ngx_alloc(sizeof(ngx_event_t) * cycle->connection_n,
ngx_alloc        1991 event/ngx_event_openssl.c     buf = ngx_alloc(len, c->log);
ngx_alloc         844 http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
ngx_alloc         880 http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
ngx_alloc         945 http/modules/ngx_http_dav_module.c     file = ngx_alloc(len + 1, ctx->log);
ngx_alloc        1005 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_alloc        1068 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_alloc          98 misc/ngx_google_perftools_module.c     profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log);
ngx_alloc          38 os/unix/ngx_alloc.c     p = ngx_alloc(size, log);
ngx_alloc          15 os/unix/ngx_alloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
ngx_alloc          34 os/unix/ngx_alloc.h #define ngx_memalign(alignment, size, log)  ngx_alloc(size, log)
ngx_alloc         318 os/unix/ngx_freebsd_rfork_thread.c     m = ngx_alloc(sizeof(ngx_mutex_t), log);
ngx_alloc         594 os/unix/ngx_freebsd_rfork_thread.c     cv = ngx_alloc(sizeof(ngx_cond_t), log);
ngx_alloc          81 os/unix/ngx_pthread_thread.c     m = ngx_alloc(sizeof(ngx_mutex_t), log);
ngx_alloc         201 os/unix/ngx_pthread_thread.c     cv = ngx_alloc(sizeof(ngx_cond_t), log);
ngx_alloc          46 os/unix/ngx_setproctitle.c     p = ngx_alloc(size, log);