free function

void free(
  1. int ptr
)

Implementation

void free(int ptr) => _free(ptr.toJS);