ngx_slab_alloc     51 src/core/ngx_slab.h void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);
ngx_slab_alloc   2232 src/event/ngx_event_openssl.c     cache = ngx_slab_alloc(shpool, sizeof(ngx_ssl_session_cache_t));
ngx_slab_alloc   2247 src/event/ngx_event_openssl.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    422 src/http/modules/ngx_http_limit_conn_module.c     ctx->rbtree = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_t));
ngx_slab_alloc    429 src/http/modules/ngx_http_limit_conn_module.c     sentinel = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_node_t));
ngx_slab_alloc    439 src/http/modules/ngx_http_limit_conn_module.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    655 src/http/modules/ngx_http_limit_req_module.c     ctx->sh = ngx_slab_alloc(ctx->shpool, sizeof(ngx_http_limit_req_shctx_t));
ngx_slab_alloc    669 src/http/modules/ngx_http_limit_req_module.c     ctx->shpool->log_ctx = ngx_slab_alloc(ctx->shpool, len);
ngx_slab_alloc    135 src/http/modules/ngx_http_upstream_zone_module.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    172 src/http/modules/ngx_http_upstream_zone_module.c     peers = ngx_slab_alloc(shpool, sizeof(ngx_http_upstream_rr_peers_t));
ngx_slab_alloc    198 src/http/modules/ngx_http_upstream_zone_module.c     backup = ngx_slab_alloc(shpool, sizeof(ngx_http_upstream_rr_peers_t));
ngx_slab_alloc    135 src/http/ngx_http_file_cache.c     cache->sh = ngx_slab_alloc(cache->shpool, sizeof(ngx_http_file_cache_sh_t));
ngx_slab_alloc    157 src/http/ngx_http_file_cache.c     cache->shpool->log_ctx = ngx_slab_alloc(cache->shpool, len);
ngx_slab_alloc    129 src/stream/ngx_stream_upstream_zone_module.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    166 src/stream/ngx_stream_upstream_zone_module.c     peers = ngx_slab_alloc(shpool, sizeof(ngx_stream_upstream_rr_peers_t));
ngx_slab_alloc    192 src/stream/ngx_stream_upstream_zone_module.c     backup = ngx_slab_alloc(shpool, sizeof(ngx_stream_upstream_rr_peers_t));