On 1/11/06, Henk Jonas <[EMAIL PROTECTED]> wrote:
malloc / free, MemPtrNew / MemPtrFree.... For is the desallocation function
which works with MemGluePtrNew () ? I try to see on
http://www.palmos.com/dev/support/docs/palmos/PalmOSReference/PalmOSGlueLib.html#1032127
but I don't succed to find it.
Regards,
Patrick
--
Patrick Guiran
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Hi Patrick,
replace malloc with MemPtrNew() for size < 64k or MemGluePtrNew() for
all sizes. Both return NULL in case of a failure. That's for sure.
Regards
Henk
malloc / free, MemPtrNew / MemPtrFree.... For is the desallocation function
which works with MemGluePtrNew () ? I try to see on
http://www.palmos.com/dev/support/docs/palmos/PalmOSReference/PalmOSGlueLib.html#1032127
but I don't succed to find it.
Regards,
Patrick
--
Patrick Guiran
