[A83] _InsertMem & memory layout


[Prev][Next][Index][Thread]

[A83] _InsertMem & memory layout




Hi guys!

If I called _InsertMem to fill a program variable with all available
memory (as reported by _MemChk), is there any chance of my program
variable being relocated (to avoid fragmentation, etc)?

For instance... given the above example, should I do another _ChkFindSym
after the insertion to make sure the data address is still valid?

Thanks in advance.




Follow-Ups: