Constant rustdb::page::NODE_OVERHEAD[][src]

pub const NODE_OVERHEAD: usize = 3;
Expand description

= 3. Size of Balance,Left,Right in a Node ( 2 + 2 x 11 = 24 bits = 3 bytes ).