Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

palm/mem_compat.h File Reference

Memory compatibility functions. More...

#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


Detailed Description

Memory compatibility functions.

Needed because the annoying palm platform does not supply compatible calls for malloc, free etc.

Definition in file mem_compat.h.


Function Documentation

MemPtr palm_realloc MemPtr    old,
UInt32    new_size
 

parallels the realloc function

Returns:
the new memory pointer
Parameters:
old  old pointer to the memory
new_size  the new size of the structure

Definition at line 88 of file mem_compat.c.

References UInt32.


Generated on Mon Aug 30 19:44:17 2004 for pocketcity by doxygen1.2.18