jsMallocUsableSizeRT function

int jsMallocUsableSizeRT(
  1. JSRuntime rt,
  2. Pointer<Void> ptr
)

Implementation

int jsMallocUsableSizeRT(JSRuntime rt, Pointer<Void> ptr) =>
    js_malloc_usable_size_rt(rt.ref, ptr);