malloc function

  1. @Native<Pointer<Void> Function(Size)>(ffi.Size)>()
Pointer<Void> malloc(
  1. int __size
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size)>()
external ffi.Pointer<ffi.Void> malloc(int __size);