Searched refs:preallocated (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 47 void *preallocated; member 365 if (ctx->preallocated == NULL) { in ngx_http_gzip_body_filter() 481 if (ctx->preallocated) { in ngx_http_gzip_body_filter() 484 ngx_pfree(r->pool, ctx->preallocated); in ngx_http_gzip_body_filter() 634 ctx->preallocated = ngx_palloc(r->pool, ctx->allocated); in ngx_http_gzip_filter_deflate_start() 635 if (ctx->preallocated == NULL) { in ngx_http_gzip_filter_deflate_start() 639 ctx->free_mem = ctx->preallocated; in ngx_http_gzip_filter_deflate_start() 951 ngx_pfree(r->pool, ctx->preallocated); in ngx_http_gzip_filter_deflate_end()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,glink.txt | 56 be preallocated for this virtual channel. This can be used
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 126 hugepages, and deallocate those, but any preallocated pages will not be freed. 128 preallocated, and all memory will be allocated at runtime, as needed. 169 hugepage memory will be preallocated. 188 memory mode, by default maximum of 2 gigabytes of VA space will be preallocated, 192 In legacy mode, VA space will only be preallocated for segments that were 198 a DPDK process is preallocated at startup, thereby placing an upper limit on how 201 of virtual memory being preallocated at startup by editing the following config 220 Preallocated virtual memory is not to be confused with preallocated hugepage 222 can later be mapped into that preallocated VA space (if dynamic memory mode 894 On EAL initialization, all preallocated memory segments are setup as part of the
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 382 писались сообщения "gzip filter failed to use preallocated memory".
|
| H A D | CHANGES | 374 *) Workaround: "gzip filter failed to use preallocated memory" alerts
|