MASM32 Downloads
I wonder why you assume that a C++ definition is duplicated in the Win API. In both 32 and 64 bit you have the HeapAlloc family of allocations, the GlobalAlloc family of allocations and the VirtualAlloc family of allocations, pick what you need from the documentation for any of these.