alloc             841 core/ngx_file.c     if (ctx->alloc) {
alloc             842 core/ngx_file.c         data = ngx_alloc(ctx->alloc, ctx->log);
alloc             117 core/ngx_file.h     size_t                     alloc;
alloc              60 core/ngx_palloc.c         ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, pool->log, 0, "free: %p", l->alloc);
alloc              62 core/ngx_palloc.c         if (l->alloc) {
alloc              63 core/ngx_palloc.c             ngx_free(l->alloc);
alloc             102 core/ngx_palloc.c         if (l->alloc) {
alloc             103 core/ngx_palloc.c             ngx_free(l->alloc);
alloc             230 core/ngx_palloc.c         if (large->alloc == NULL) {
alloc             231 core/ngx_palloc.c             large->alloc = p;
alloc             246 core/ngx_palloc.c     large->alloc = p;
alloc             271 core/ngx_palloc.c     large->alloc = p;
alloc             285 core/ngx_palloc.c         if (p == l->alloc) {
alloc             287 core/ngx_palloc.c                            "free: %p", l->alloc);
alloc             288 core/ngx_palloc.c             ngx_free(l->alloc);
alloc             289 core/ngx_palloc.c             l->alloc = NULL;
alloc              44 core/ngx_palloc.h     void                 *alloc;
alloc             395 http/modules/ngx_http_dav_module.c         tree.alloc = 0;
alloc             777 http/modules/ngx_http_dav_module.c         tree.alloc = 0;
alloc             962 http/modules/ngx_http_gzip_filter_module.c     ngx_uint_t   alloc;
alloc             964 http/modules/ngx_http_gzip_filter_module.c     alloc = items * size;
alloc             966 http/modules/ngx_http_gzip_filter_module.c     if (alloc % 512 != 0 && alloc < 8192) {
alloc             973 http/modules/ngx_http_gzip_filter_module.c         alloc = 8192;
alloc             976 http/modules/ngx_http_gzip_filter_module.c     if (alloc <= ctx->allocated) {
alloc             978 http/modules/ngx_http_gzip_filter_module.c         ctx->free_mem += alloc;
alloc             979 http/modules/ngx_http_gzip_filter_module.c         ctx->allocated -= alloc;
alloc             983 http/modules/ngx_http_gzip_filter_module.c                        items, size, alloc, p);
alloc            1253 http/ngx_http_file_cache.c     tree.alloc = 0;
alloc              35 http/ngx_http_request.c     size_t len, ngx_uint_t alloc);
alloc            1658 http/ngx_http_request.c     ngx_uint_t alloc)
alloc            1692 http/ngx_http_request.c             alloc = 1;
alloc            1700 http/ngx_http_request.c     if (alloc) {