Function init

Source
pub unsafe fn init(map_base: *mut u8, config: &MapInit)
Expand description

Initialize a new hash map in pre-allocated memory

ยงSafety

  • map_base must point to valid, properly aligned memory of sufficient size
  • The memory must remain valid for the lifetime of the map