brk method

int brk(
  1. Pointer<Void> __addr
)

Implementation

int brk(
  ffi.Pointer<ffi.Void> __addr,
) {
  return _brk(
    __addr,
  );
}