Arrays

For an array declared as type array[count];
allocate count * sizeof(type) bytes.

E.g.

Index