preallocated       46 http/modules/ngx_http_gzip_filter_module.c     void                *preallocated;
preallocated      359 http/modules/ngx_http_gzip_filter_module.c     if (ctx->preallocated == NULL) {
preallocated      468 http/modules/ngx_http_gzip_filter_module.c     if (ctx->preallocated) {
preallocated      471 http/modules/ngx_http_gzip_filter_module.c         ngx_pfree(r->pool, ctx->preallocated);
preallocated      597 http/modules/ngx_http_gzip_filter_module.c     ctx->preallocated = ngx_palloc(r->pool, ctx->allocated);
preallocated      598 http/modules/ngx_http_gzip_filter_module.c     if (ctx->preallocated == NULL) {
preallocated      602 http/modules/ngx_http_gzip_filter_module.c     ctx->free_mem = ctx->preallocated;
preallocated      888 http/modules/ngx_http_gzip_filter_module.c     ngx_pfree(r->pool, ctx->preallocated);