Home
last modified time | relevance | path

Searched refs:ngx_slab_alloc (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_zone_module.c150 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 Dngx_stream_limit_conn_module.c401 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 Dngx_http_upstream_zone_module.c153 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 Dngx_http_limit_conn_module.c422 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 Dngx_http_limit_req_module.c668 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 Dngx_slab.h64 void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);
H A Dngx_slab.c169 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 Dngx_http_file_cache.c137 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 Dngx_event_openssl.c3251 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 DCHANGES.ru1736 *) Исправление: теперь nginx не пишет в лог сообщения "ngx_slab_alloc()
H A DCHANGES1699 *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged