On 29.09.2011 20:52, Sergio Campamá wrote: : > What are your thoughts on VLA? Does it use malloc internally, and therefore > should be avoided? :
I guess it uses something like alloca() internally. I.e. the space is actually allocated from the stack and thus automatically freed on return of the function. Of course stack and allocated space must fit together. Hardy ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users