valloc method

Pointer<Void> valloc(
  1. int arg0
)

Implementation

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