Searched refs:GC_GARBAGE (Results 1 – 1 of 1) sorted by relevance
151 #define GC_GARBAGE 0x2 /* garbage to delete */ macro162 ((((uintptr_t)(ptr)) & GC_BITS) == GC_GARBAGE)167 ((void*)(((uintptr_t)(ptr)) | GC_GARBAGE))
Completed in 9 milliseconds