gflMemoryRealloc
The gflMemoryRealloc function reallocates a memory area.
void * gflMemoryRealloc( void * ptr, GFL_UINT32 size );
Parameters
- ptr
- Pointer to a memory area allocated.
- size
- New size.
Return value
The function returns NULL if an error occurs.
See also