Skip to main content

malloc

malloc(Klass, count) ⇒ Array.<T>

Mimics C malloc somewhat, allocates an array of class instances of fixed size

Kind: global function

ParamType
Klassconstructor.<T>
countnumber