[winetest] Use of HeapAlloc and friends

Paul Vriens paul.vriens.wine at gmail.com
Thu Aug 23 10:20:07 CDT 2007


Ferenc Wagner wrote:
> Paul Vriens <paul.vriens.wine at gmail.com> writes:
> 
>> Is there any particular reason we don't use HeapAlloc/HeapReAlloc in
>> winetest? The rest of our programs do, but winetest uses malloc and
>> realloc.
> 
> I can't recall any.  I'm more comfortable with the latter, since
> winetest is the only Win32 application I've ever written.

So when I add functionality should I use malloc or can we use a mix? Should 
winetest be changed to use HeapAlloc?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list