Searched refs:GC_DTOR_GARBAGE (Results 1 – 1 of 1) sorted by relevance
152 #define GC_DTOR_GARBAGE 0x3 /* garbage on which only the dtor should be invoked */ macro164 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)169 ((void*)(((uintptr_t)(ptr)) | GC_DTOR_GARBAGE))
Completed in 12 milliseconds