On Wed, 2009-07-22 at 13:57 -0700, Benjamin Blum wrote:
> Does the array automatically grow if you give it more elements than
> you tell it it can have?

The only limits it has or enforces are the structural and architectural
ones dictated by the layout.  

> How about a resize() function that can be
> used to either grow or shrink the array?

I think growing is out of the question.  It has a fixed maximum size
already.  As for shrinking, there's probably a use case for when
something is large, then shrinks back down.  But, I think I'd want to
see a user for it, otherwise I'm just guessing at it too much.

-- Dave

_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to