jsRealloc2 function

Pointer<Void> jsRealloc2(
  1. JSContext ctx,
  2. Pointer<Void> ptr,
  3. int size,
  4. Pointer<Size> pslack,
)

Implementation

Pointer<Void> jsRealloc2(
  JSContext ctx,
  Pointer<Void> ptr,
  int size,
  Pointer<Size> pslack,
) => js_realloc2(ctx.ref, ptr, size, pslack);