flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Reverend 12 May 2005, 14:39
In my opinion you have to rethink thw whole algorithm you want to use
![]() But if I had to decide which one to use, I would use VirtualAlloc, as it uses pagefile and is better for large amount of data. Using HeapAlloc is afaik not considered good, when playing with such big data. |
|||
![]() |
|
r22 12 May 2005, 23:05
VirtualAlloc lets you commit large amounts of memory, while HeapAlloc allows you to reallocate. Since your array sizes won't change VirtualAlloc would be your best shot.
You may also want to look into a File Mapping Object, CreateFileMapping/ViewFileMapping you can read and write large amounts of data to the filemapping obj easily. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.