Searched refs:GC_BITS (Results 1 – 1 of 1) sorted by relevance
140 #define GC_BITS 0x3 macro148 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))151 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)153 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)155 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)157 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)
Completed in 7 milliseconds