malloc
malloc(Klass, count) ⇒ Array.<T>
Mimics C malloc somewhat, allocates an array of class instances of fixed size
Kind: global function
| Param | Type |
|---|---|
| Klass | constructor.<T> |
| count | number |
Array.<T>Mimics C malloc somewhat, allocates an array of class instances of fixed size
Kind: global function
| Param | Type |
|---|---|
| Klass | constructor.<T> |
| count | number |