#include <PalmTypes.h>
#include <MemoryMgr.h>
#include <ui.h>
#include <mem_compat.h>
Go to the source code of this file.
Functions | |
MemPtr | palm_realloc (MemPtr old, UInt32 new_size) |
parallels the realloc function |
This is an implementation the commin stdlib routines realloc and calloc as the palm platform does not operate in the same manner.
Definition in file mem_compat.c.
|
parallels the realloc function
Definition at line 88 of file mem_compat.c. References UInt32. |