simple_array_alloc

Function simple_array_alloc 

Source
pub unsafe extern "C" fn simple_array_alloc(
    config: *const SimpleArrayConfig,
) -> *mut SimpleArray
Expand description

Allocate a SimpleArray instance with the given configuration.

§Arguments

  • [in] - config Pointer to the type-specific configuration

§Returns

Pointer to the allocated SimpleArray instance