In vtr/stackBuffer.h, removed unnecessary symbols for parameters to silence compiler warnings about them not being used.
- removed default value for its <SIZE> parameter - updated all usage to specify a value for <SIZE> - added explicit element destruction missing from destructor - corrected comment regarding VLA's being non-standard
- add Vtr::StackBuffer to allocate from heap beyond local arena size - replaced usage of alloca() with Vtr