Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QContiguousCacheData Struct Reference

#include <qcontiguouscache.h>

+ Inheritance diagram for QContiguousCacheData:
+ Collaboration diagram for QContiguousCacheData:

Static Public Member Functions

static QContiguousCacheDataallocateData (qsizetype size, qsizetype alignment)
 
static void freeData (QContiguousCacheData *data)
 

Public Attributes

QBasicAtomicInt ref
 
qsizetype alloc
 
qsizetype count
 
qsizetype start
 
qsizetype offset
 

Detailed Description

Definition at line 22 of file qcontiguouscache.h.

Member Function Documentation

◆ allocateData()

QT_BEGIN_NAMESPACE QContiguousCacheData * QContiguousCacheData::allocateData ( qsizetype size,
qsizetype alignment )
static

Definition at line 23 of file qcontiguouscache.cpp.

References alignment, and qMallocAligned().

+ Here is the call graph for this function:

◆ freeData()

void QContiguousCacheData::freeData ( QContiguousCacheData * data)
static

Definition at line 28 of file qcontiguouscache.cpp.

References qFreeAligned().

+ Here is the call graph for this function:

Member Data Documentation

◆ alloc

qsizetype QContiguousCacheData::alloc

Definition at line 25 of file qcontiguouscache.h.

◆ count

qsizetype QContiguousCacheData::count

Definition at line 26 of file qcontiguouscache.h.

◆ offset

qsizetype QContiguousCacheData::offset

Definition at line 28 of file qcontiguouscache.h.

◆ ref

QBasicAtomicInt QContiguousCacheData::ref

Definition at line 24 of file qcontiguouscache.h.

◆ start

qsizetype QContiguousCacheData::start

Definition at line 27 of file qcontiguouscache.h.


The documentation for this struct was generated from the following files: