I'm not sure but isn't it possible to malloc more than 64KB in storage memory using the feature memory functions? I'm currently developping a media player for palms (MP1,2,3/WMA audio and later hopefully MPEG1-2-4 video and a JPEG-2000 image viewer (j2000.org)) and I need to malloc more than 150KB to store compiled ARM code. I was planning to do this using feature memory, hoping that it's possible to jump into some executable code contained in it.
David "Chris Apers" <[EMAIL PROTECTED]> wrote in message news:111029@palm-dev-forum... > > Hi, > > Is there a way to allocate memory on the storage heap ? > It works on the emulator but not on a real device perhaps due > to unlocked storage heap (on Simulator it's possible to lock/unlock it). > > Thanks > Chris > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
