HeapCreateの解説 >If dwMaximumSize is zero, the heap is growable. The heap's size is >limited only by available memory. Requests to allocate blocks larger >than 0x7FFF8 bytes do not automatically fail; the system calls the >VirtualAlloc function to obtain the memory needed for such large blocks.