MemPtrNew() To alloc a non-movable chunk and get the pointer
MemHandleNew() to alloc a movable chung and get a handle.
As a handle is movable, you need to lock it before using with MemHandleLock
and unlockit after you use it, MemHandleUnlock, so the memory manager can
move it around with no problem.
Ariel
----- Original Message -----
From: DCU <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 03, 2000 12:25 PM
Subject: malloc
> Hello,
>
> Does anyone know the palm equivalent to ANSI C "malloc();" ?
>
> Kristopher Keller
>
>
>
>