I am working on routines for image processing. For the Allocation of
large amount of memory it seems that there are several different
possibility, such as HeapAlloc, VirtualAlloc or the C++-Memory with
new. I personally would prefer new, because this would be portable to
other platforms. But which are the differerences? Perhaps anybody has
suggestions?
Best regards
Frank