#include <MemoryMgr.h>
#include <SysUtils.h>
Go to the source code of this file.
Functions | |
| MemPtr | palm_realloc (MemPtr old, UInt32 new_size) |
| parallels the realloc function | |
Needed because the annoying palm platform does not supply compatible calls for malloc, free etc.
Definition in file mem_compat.h.
|
||||||||||||
|
parallels the realloc function
Definition at line 88 of file mem_compat.c. References UInt32. |
1.2.18