valloc method

Pointer<Void> valloc(
  1. int __size
)

Implementation

ffi.Pointer<ffi.Void> valloc(int __size) {
  return _valloc(__size);
}