QVectorData Struct Reference
#include <qvector.h>
Definition at line 66 of file qvector.h.
|
static QVectorData * | malloc (int sizeofTypedData, int size, int sizeofT, QVectorData *init) |
|
static QVectorData * | allocate (int size, int alignment) |
|
static QVectorData * | reallocate (QVectorData *old, int newsize, int oldsize, int alignment) |
|
static void | free (QVectorData *data, int alignment) |
|
static int | grow (int sizeofTypedData, int size, int sizeofT, bool excessive) |
|
static int grow |
( |
int |
sizeofTypedData, |
|
|
int |
size, |
|
|
int |
sizeofT, |
|
|
bool |
excessive |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: