reallocarray method
Implementation
ffi.Pointer<ffi.Void> reallocarray(
ffi.Pointer<ffi.Void> __ptr,
int __nmemb,
int __size,
) {
return _reallocarray(
__ptr,
__nmemb,
__size,
);
}
ffi.Pointer<ffi.Void> reallocarray(
ffi.Pointer<ffi.Void> __ptr,
int __nmemb,
int __size,
) {
return _reallocarray(
__ptr,
__nmemb,
__size,
);
}