Type Alias ngx_pool_large_t

Source
pub type ngx_pool_large_t = ngx_pool_large_s;

Aliased Type§

struct ngx_pool_large_t {
    pub next: *mut ngx_pool_large_s,
    pub alloc: *mut c_void,
}

Fields§

§next: *mut ngx_pool_large_s§alloc: *mut c_void