Function dart_sys::Dart_Allocate

source ·
pub unsafe extern "C" fn Dart_Allocate(
    type_: Dart_Handle
) -> Dart_Handle
Expand description

Allocate a new object without invoking a constructor.

\param type The type of an object to be allocated.

\return The new object. If an error occurs during execution, then an error handle is returned.