At 10:54 AM +1300 1/31/04, Chris Tutty wrote:
From memory the emulator has more memory protection
measures in place such as writing 0xEFEF to freed
memory (yes?).

The emulator does have better memory protection in place, but it's not from writing any special values to freed blocks. Rather, it checks all memory accesses in the dynamic heap against its knowledge of which blocks are free, which are allocated but unlocked, and which are allocated and locked and can be safely accessed.


-- Keith Rollin
-- Palm OS Emulator engineer

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to