Function mem_map::init[][src]

#[no_mangle]
pub unsafe extern "C" fn init() -> bool
Expand description

init - Initializes the mem-map library.

Should be called only once at the start of a program.

Returns false if failed and true if succeeded.