JSReallocCallback_ typedef

JSReallocCallback_ = Pointer<Void> Function(Pointer<JSMallocState_> s, Pointer<Void> ptr, Size size)

Implementation

typedef JSReallocCallback_ =
    Pointer<Void> Function(
      Pointer<JSMallocState_> s,
      Pointer<Void> ptr,
      Size size,
    );