Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

palm/mem_compat.c File Reference

memory allocation routines for the palm platform More...

#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


Detailed Description

memory allocation routines for the palm platform

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.


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