[][src]Function dart_sys::Dart_Allocate

pub unsafe extern "C" fn Dart_Allocate(type_: Dart_Handle) -> Dart_Handle

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.