Go to the source code of this file.
◆ DC_BITSET_STATIC_CAPACITY_TO_BYTES
| #define DC_BITSET_STATIC_CAPACITY_TO_BYTES |
( |
| CAPACITY | ) |
|
Value:
#define CAPACITY
A very simple bump allocator making use of a provided fixed size buffer (e.g. statically allocated).
Definition at line 3 of file utils.h.
◆ DC_BITSET_STATIC_INDEX_TO_BYTES
| #define DC_BITSET_STATIC_INDEX_TO_BYTES |
( |
| INDEX | ) |
|
Value:
Definition at line 4 of file utils.h.
◆ DC_BITSET_STATIC_INDEX_TO_OFFSET
| #define DC_BITSET_STATIC_INDEX_TO_OFFSET |
( |
| INDEX | ) |
|
Value:
Definition at line 5 of file utils.h.
◆ DC_BITSET_STATIC_OFFSET_TO_MASK
| #define DC_BITSET_STATIC_OFFSET_TO_MASK |
( |
| OFFSET | ) |
|
Value:
Definition at line 6 of file utils.h.