Michael Stefaniuc <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to