GCSIM
Classes | Variables
header.hpp File Reference
#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.
 

Variable Documentation

◆ IS_FREE

constexpr uint8_t IS_FREE = 0x01
constexpr

is_free flag is on the lowest bit.

◆ IS_MARKED

constexpr uint8_t IS_MARKED = 0x02
constexpr

is marked flag is on the second lowest bit.