pub type ngx_pool_t = ngx_pool_s;
Aliased Type§
struct ngx_pool_t {
pub d: ngx_pool_data_t,
pub max: usize,
pub current: *mut ngx_pool_s,
pub chain: *mut ngx_chain_s,
pub large: *mut ngx_pool_large_s,
pub cleanup: *mut ngx_pool_cleanup_s,
pub log: *mut ngx_log_s,
}
Fields§
§d: ngx_pool_data_t
§max: usize
§current: *mut ngx_pool_s
§chain: *mut ngx_chain_s
§large: *mut ngx_pool_large_s
§cleanup: *mut ngx_pool_cleanup_s
§log: *mut ngx_log_s