Type Alias ngx_pool_large_t

Source
pub type ngx_pool_large_t = ngx_pool_large_s;

Aliased Type§

#[repr(C)]
pub 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