ngx_slab_alloc     47 core/ngx_slab.h void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);
ngx_slab_alloc   1517 event/ngx_event_openssl.c     cache = ngx_slab_alloc(shpool, sizeof(ngx_ssl_session_cache_t));
ngx_slab_alloc   1532 event/ngx_event_openssl.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    515 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    529 http/modules/ngx_http_limit_req_module.c     ctx->shpool->log_ctx = ngx_slab_alloc(ctx->shpool, len);
ngx_slab_alloc    365 http/modules/ngx_http_limit_zone_module.c     ctx->rbtree = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_t));
ngx_slab_alloc    372 http/modules/ngx_http_limit_zone_module.c     sentinel = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_node_t));
ngx_slab_alloc    382 http/modules/ngx_http_limit_zone_module.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
ngx_slab_alloc    114 http/ngx_http_file_cache.c     cache->sh = ngx_slab_alloc(cache->shpool, sizeof(ngx_http_file_cache_sh_t));
ngx_slab_alloc    136 http/ngx_http_file_cache.c     cache->shpool->log_ctx = ngx_slab_alloc(cache->shpool, len);