_ZN9QHashData12allocateNodeEv

Name

QHashData::allocateNode -- allocate memory for the node

Synopsis


#include <QtCore/qhash.h>

void * QHashData::allocateNode(void);

Description

The QHashData::allocateNode() function shall allocate the memory for the object's node.

The call to this function is equivalent to the call for the qMalloc() function with the argument equal to the nodeSize property of the object.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.