_Z8qReallocPvm

Name

qRealloc -- change the size of memory block

Synopsis

#include <QtCore/qglobal.h>

void * qRealloc (void *ptr, size_t size);

Description

The qRealloc() function has the same behavior as the realloc() function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).