comparison src/core/ngx_slab.h @ 496:f39b9e29530d NGINX_0_8_0

nginx 0.8.0 *) Feature: the "keepalive_requests" directive. *) Feature: the "limit_rate_after" directive. Thanks to Ivan Debnar. *) Bugfix: XLST filter did not work in subrequests. *) Bugfix: in relative paths handling in nginx/Windows. *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache in nginx/Windows. *) Bugfix: in memory allocation error handling. Thanks to Maxim Dounin and Kirill A. Korinskiy.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Jun 2009 00:00:00 +0400
parents 549994537f15
children 4d05413aebad
comparison
equal deleted inserted replaced
495:6d9fb4461113 496:f39b9e29530d
37 37
38 u_char *log_ctx; 38 u_char *log_ctx;
39 u_char zero; 39 u_char zero;
40 40
41 void *data; 41 void *data;
42 void *addr;
42 } ngx_slab_pool_t; 43 } ngx_slab_pool_t;
43 44
44 45
45 void ngx_slab_init(ngx_slab_pool_t *pool); 46 void ngx_slab_init(ngx_slab_pool_t *pool);
46 void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size); 47 void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);