hb_malloc function

  1. @Native<Pointer<Void> Function(Size)>(ffi.Size)>()
Pointer<Void> hb_malloc(
  1. int size
)

Not of much use to clients.

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size)>()
external ffi.Pointer<ffi.Void> hb_malloc(int size);