Searched refs:NGX_DEFAULT_POOL_SIZE (Results 1 – 7 of 7) sorted by relevance
22 #define NGX_DEFAULT_POOL_SIZE (16 * 1024) macro
17 #define NGX_CYCLE_POOL_SIZE NGX_DEFAULT_POOL_SIZE
236 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_map_block()
416 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_geo_block()423 ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_geo_block()
238 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_map_block()
446 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_geo_block()453 ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_geo_block()
1442 ha.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_server_names()