urlmon: Wrap heap functions.

Alexandre Julliard julliard at winehq.org
Tue Nov 27 08:22:17 CST 2007


Michael Stefaniuc <mstefani at redhat.com> writes:

> I therefor propose to standardize all the internal HeapAlloc wrappers to
> a common name and form, Something along the lines of:
> walloc()
> wzalloc()
> wrealloc()
> wzrealloc()
> wfree()
> It's short and concise and doesn't conflict with the Win32 API.

Standardizing them is OK, but the names aren't very good, especially
walloc looks too much like malloc. It's suggest something like
heap_alloc, heap_alloc_zero, etc.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list