Michael Stefaniuc mstefani@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.