|
GCSIM
|
#include <cstdint>#include <atomic>Classes | |
| struct | header |
| header of the block inside of the heap segment. Occupies 16 bytes. More... | |
Variables | |
| constexpr uint8_t | IS_FREE = 0x01 |
| is_free flag is on the lowest bit. | |
| constexpr uint8_t | IS_MARKED = 0x02 |
| is marked flag is on the second lowest bit. | |
|
constexpr |
is_free flag is on the lowest bit.
|
constexpr |
is marked flag is on the second lowest bit.