PureBytes Links
Trading Reference Links
|
Dear M. Simms / omega list,
PUSHPOP makes a dynamic memory Queue, which is allocated by windows virtual
memory management.
So its is basically limited by your virtual memory (on most machines that is
2GB or so).
However for normal "purposes" it uses about 16 bytes internal memory for
each entry.
So 64MB can hold 4 million entries.
So there is no file or so where this is stored (in my experience file "I/O"
from within an Easylanguage DLL sometimes becomes instable).
Hope this helps
Robert
===============================
Robert Linders
Orlando, FL
email: mugsnug@xxxxxxxxx
===============================
|