reserve - Prepare an array or string to hold a given number of elements.
array n reserve -> array
reserve makes sure that the array can hold at least n objects.
If the current capacity of the array is lower than n, it will be resized.
Note that if the current capacity is larger than n, no resize will take place.
/usr/src/packages/BUILD/sli/slidata.cc