![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgperframeallocator_p.h>
Public Member Functions | |
Slab ()=default | |
Slab (Slab *previous) |
Public Attributes | |
Slab * | next = nullptr |
quint8 | data [SlabSize] |
Definition at line 36 of file qssgperframeallocator_p.h.
|
default |
|
inline |
Definition at line 38 of file qssgperframeallocator_p.h.
quint8 QSSGPerFrameAllocator::FastAllocator::Slab::data[SlabSize] |
Definition at line 43 of file qssgperframeallocator_p.h.
Slab* QSSGPerFrameAllocator::FastAllocator::Slab::next = nullptr |
Definition at line 42 of file qssgperframeallocator_p.h.