>If you just want to write over the whole storage heap, you could:
>
>1) cold boot
>2) write a little app that:
>3)      allocates storage chunks (DmNewHandle) until it can't allocate any
>more, zeroing each chunk.
>4)     repeat for dynamic heap chunks (MemPtrNew)
>5) cold boot again
>


I wrote an app called FillErUp to fill storage heap for low mem. testing. I
offered another guy a few months ago in your sitution the app/source. If
you just add a DmWrite() to the DmNewRecord() calls then you can do what
Bob suggested. It's very easy to do multiple times, too.

Alan Pinstein
Synergy


Reply via email to