Searched refs:GC_BITS (Results 1 – 1 of 1) sorted by relevance
147 #define GC_BITS 0x3 macro155 ((void*)(((uintptr_t)(ptr)) & ~GC_BITS))158 ((((uintptr_t)(ptr)) & GC_BITS) == GC_ROOT)160 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)162 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)164 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)
Completed in 10 milliseconds