DR_CMP_CORE_UNUM
#define DR_CMP_CORE_UNUM(cmp, core) ((cmp) * MAX_CORES_PER_CMP + (core))
#define DR_CMP_CORE_UNUM(cmp, core) (cmp + (core * 4))