Skip to main content

bucketT

Type Alias bucketT 

Source
pub type bucketT = bucketST;
Expand description

bucket data structure

Aliased Type§

#[repr(C)]
pub struct bucketT { pub size: i64, pub curr: i64, pub maxind: i64, pub minind: i64, pub bucket: *mut *mut nodeST, pub bucketbase: *mut *mut nodeST, pub wrapped: i8, }

Fields§

§size: i64§curr: i64

number of buckets in list

§maxind: i64

current bucket index

§minind: i64

maximum bucket index

§bucket: *mut *mut nodeST

smallest (possibly negative) bucket index

§bucketbase: *mut *mut nodeST

array of first nodes in each bucket

§wrapped: i8

real base of bucket array