allocate function

int allocate(
  1. int byteLength
)

Implementation

int allocate(int byteLength) => _malloc(byteLength.toJS).toDartInt;