Module swiss_army_knife::unsafe_initialization[][src]

Unsafe initialization of memory.

Functions

unsafe_uninitialized

Fully inlined, completely unverified code to allocate as uninitialized and remove deprecation warnings (and risk of std::mem::uninitialized()) function disappearing from Rust).

unsafe_zeroed

Fully inlined, completely unverified code to allocate as zeroed.