_Z5qFreePv

Name

qFree -- free the memory space

Synopsis

#include <QtCore/qglobal.h>

void qFree (void *ptr);

Description

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