![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 23 of file qfreelist_p.h.