#include <slang/util/PointerIntPair.h>
PointerIntPair class
A data structure that operates as a pair of a pointer and an integer, which fits in the space of one full sized pointer by exploiting unused bits in the pointer representation.