[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


vec_realloc

Reallocates memory on a 16 bit alignment.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS
Mac OS
Palm OS
Win32

Altivec

Prototype:
void *	vec_realloc(void * ptr, size_t size);
Parameters:

Parameters for this facility are:

ptr  
void *  
A pointer to an allocated block of memory  
size  
size_t  
The size of memory to reallocate  

Return:

vec_realloc() returns a pointer to the new block if it is successful and size is greater than 0. realloc() returns a null pointer if it fails or size is 0.

See Also:

"realloc"

"vec_free"

"vec_calloc"

"vec_malloc"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000