![]() |
Qt 4.8
|
#include <qcontiguouscache.h>
Static Public Functions | |
| static QContiguousCacheData * | allocate (int size, int alignment) |
| static void | free (QContiguousCacheData *data) |
Public Variables | |
| int | alloc |
| int | count |
| int | offset |
| QBasicAtomicInt | ref |
| uint | reserved: 31 |
| uint | sharable: 1 |
| int | start |
Definition at line 57 of file qcontiguouscache.h.
|
static |
Definition at line 59 of file qcontiguouscache.cpp.
Referenced by QContiguousCache< T >::malloc().
|
static |
Definition at line 64 of file qcontiguouscache.cpp.
Referenced by QContiguousCacheTypedData< T >::free().
| int QContiguousCacheData::alloc |
Definition at line 60 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::operator==().
| int QContiguousCacheData::count |
Definition at line 61 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::operator==().
| int QContiguousCacheData::offset |
Definition at line 63 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::operator==().
| QBasicAtomicInt QContiguousCacheData::ref |
Definition at line 59 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::operator=().
| uint QContiguousCacheData::reserved |
Definition at line 65 of file qcontiguouscache.h.
| uint QContiguousCacheData::sharable |
Definition at line 64 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::setSharable().
| int QContiguousCacheData::start |
Definition at line 62 of file qcontiguouscache.h.
Referenced by QContiguousCache< T >::operator==().