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