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
pub type ngx_pool_large_t = ngx_pool_large_s;
struct ngx_pool_large_t {
pub next: *mut ngx_pool_large_s,
pub alloc: *mut c_void,
}
next: *mut ngx_pool_large_s
§alloc: *mut c_void