> Well, first off, switching the device into Supervisor mode won't do you any good. 
>Nor will poking willy nilly at the DragonBall registers. The API used to disable the 
>storage heap protection is an unpublished system-use-only API. I and probably every 
>other Palm customer cringes in terror at the very thought of allowing any 3rd party 
>application to disable storage heap protection and access that memory directly and 
>unsupervised. You should probably re-assess your need for speed, especially for 10k 
>of data(?!)
>
> Perhaps you can use DmQuickSort if you're actually trying to sort multiple database 
>records, and/or maintain an array of offsets or indexes in the dynamic heap to the 
>data in the storage heap for use in the sorting operation? Just how much data (how 
>many items) are you really sorting anyway?

  hey, i use that API a lot :) heh.. but, you gotta do it sometimes :)
  its not a "never use it", its a "use it if you are 100% sure you
  know what your doing" type API :)

  as for the original problem.. maybe time to implemnet your own
  dynamic ram manager.. use a cache database to store ram that has
  been allocated that is currently not needed.. and, then, free it..
  allocate what you need.. use it, free it.. restore from database..

// az "mr evil... - accepting free beers @ palmsource" :)
[EMAIL PROTECTED]
http://www.ardiri.com/


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

Reply via email to