free function

void free(
  1. Pointer<NativeType> ptr
)

Implementation

void free(Pointer ptr) {
  calloc.free(ptr);
}