hb_realloc function

  1. @Native<Pointer<Void> Function(Pointer<Void>, Size)>(ffi.Pointer<ffi.Void>, ffi.Size)>()
Pointer<Void> hb_realloc(
  1. Pointer<Void> ptr,
  2. int size
)

Implementation

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