winefile temporary allocations

Dimitrie Paun dimi at lattica.com
Fri May 13 11:20:31 CDT 2005


> > Doesn't HeapAlloc work on any 'Win32' platform?
> 
> I want to avoid calling heap allocation functions.
> Using alloca() is slightly lighter.

Please don't do that. It uglifies the code, and makes
it less reliable. alloca() is lighter but it's on the
stack, and I really doubt that yoy can measure the
difference anyway.

-- 
Dimi.




More information about the wine-devel mailing list