Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGPerFrameAllocator::FastAllocator::Slab Struct Reference

#include <qssgperframeallocator_p.h>

Collaboration diagram for QSSGPerFrameAllocator::FastAllocator::Slab:

Public Member Functions

 Slab ()=default
 Slab (Slab *previous)

Public Attributes

Slabnext = nullptr
quint8 data [SlabSize]

Detailed Description

Definition at line 36 of file qssgperframeallocator_p.h.

Constructor & Destructor Documentation

◆ Slab() [1/2]

QSSGPerFrameAllocator::FastAllocator::Slab::Slab ( )
default

◆ Slab() [2/2]

QSSGPerFrameAllocator::FastAllocator::Slab::Slab ( Slab * previous)
inline

Definition at line 38 of file qssgperframeallocator_p.h.

Member Data Documentation

◆ data

quint8 QSSGPerFrameAllocator::FastAllocator::Slab::data[SlabSize]

Definition at line 43 of file qssgperframeallocator_p.h.

◆ next

Slab* QSSGPerFrameAllocator::FastAllocator::Slab::next = nullptr

Definition at line 42 of file qssgperframeallocator_p.h.


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