malloc method

int malloc(
  1. int byteCount
)

Implementation

external int malloc(int byteCount);