Searched refs:ngx_slab_alloc (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream_zone_module.c | 150 shpool->log_ctx = ngx_slab_alloc(shpool, len); in ngx_stream_upstream_init_zone() 191 peers = ngx_slab_alloc(shpool, sizeof(ngx_stream_upstream_rr_peers_t)); in ngx_stream_upstream_zone_copy_peers() 198 name = ngx_slab_alloc(shpool, sizeof(ngx_str_t)); in ngx_stream_upstream_zone_copy_peers() 203 name->data = ngx_slab_alloc(shpool, peers->name->len); in ngx_stream_upstream_zone_copy_peers() 229 backup = ngx_slab_alloc(shpool, sizeof(ngx_stream_upstream_rr_peers_t)); in ngx_stream_upstream_zone_copy_peers()
|
| H A D | ngx_stream_limit_conn_module.c | 401 ctx->rbtree = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_t)); in ngx_stream_limit_conn_init_zone() 408 sentinel = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_node_t)); in ngx_stream_limit_conn_init_zone() 418 shpool->log_ctx = ngx_slab_alloc(shpool, len); in ngx_stream_limit_conn_init_zone()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_zone_module.c | 153 shpool->log_ctx = ngx_slab_alloc(shpool, len); in ngx_http_upstream_init_zone() 194 peers = ngx_slab_alloc(shpool, sizeof(ngx_http_upstream_rr_peers_t)); in ngx_http_upstream_zone_copy_peers() 201 name = ngx_slab_alloc(shpool, sizeof(ngx_str_t)); in ngx_http_upstream_zone_copy_peers() 206 name->data = ngx_slab_alloc(shpool, peers->name->len); in ngx_http_upstream_zone_copy_peers() 232 backup = ngx_slab_alloc(shpool, sizeof(ngx_http_upstream_rr_peers_t)); in ngx_http_upstream_zone_copy_peers()
|
| H A D | ngx_http_limit_conn_module.c | 422 ctx->rbtree = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_t)); in ngx_http_limit_conn_init_zone() 429 sentinel = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_node_t)); in ngx_http_limit_conn_init_zone() 439 shpool->log_ctx = ngx_slab_alloc(shpool, len); in ngx_http_limit_conn_init_zone()
|
| H A D | ngx_http_limit_req_module.c | 668 ctx->sh = ngx_slab_alloc(ctx->shpool, sizeof(ngx_http_limit_req_shctx_t)); in ngx_http_limit_req_init_zone() 682 ctx->shpool->log_ctx = ngx_slab_alloc(ctx->shpool, len); in ngx_http_limit_req_init_zone()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_slab.h | 64 void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);
|
| H A D | ngx_slab.c | 169 ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size) in ngx_slab_alloc() function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 137 cache->sh = ngx_slab_alloc(cache->shpool, sizeof(ngx_http_file_cache_sh_t)); in ngx_http_file_cache_init() 161 cache->shpool->log_ctx = ngx_slab_alloc(cache->shpool, len); in ngx_http_file_cache_init()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 3251 cache = ngx_slab_alloc(shpool, sizeof(ngx_ssl_session_cache_t)); in ngx_ssl_session_cache_init() 3266 shpool->log_ctx = ngx_slab_alloc(shpool, len); in ngx_ssl_session_cache_init()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 1736 *) Исправление: теперь nginx не пишет в лог сообщения "ngx_slab_alloc()
|
| H A D | CHANGES | 1699 *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
|