Hello Any ideas about a very simple way of checking a memory pointer, and its owner.
If I know that it belongs to a particular heap, I can use MemPtrHeapID, but for a random value it will crash, unless I use Try+Catch, which I would like to avoid. I'm thinking of using MemCardInfo, where I can get the total amount of memory. But still is it guaranteed that all memory is consecutive, i.e. no gaps between ROM and RAM addresses ? How about gaps in case of several cards ? About ownership: there is MemPtrSetOwner, but I don't see any way to get the owner. Regards, M -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
