![]() |
Qt 6.x
The Qt SDK
|
#include <qfreelist_p.h>
Public Types | |
enum | { InitialNextValue = 0 , IndexMask = 0x00ffffff , SerialMask = ~IndexMask & ~0x80000000 , SerialCounter = IndexMask + 1 , MaxIndex = IndexMask , BlockCount = 4 } |
Static Public Attributes | |
static const int | Sizes [BlockCount] |
Defines default constants used by QFreeList:
It is possible to define your own constants struct/class and give this to QFreeList to customize/tune the behavior.
Definition at line 78 of file qfreelist_p.h.
anonymous enum |
Enumerator | |
---|---|
InitialNextValue | |
IndexMask | |
SerialMask | |
SerialCounter | |
MaxIndex | |
BlockCount |
Definition at line 81 of file qfreelist_p.h.
|
static |
Definition at line 90 of file qfreelist_p.h.