Searched refs:GC_UNUSED (Results 1 – 1 of 1) sorted by relevance
142 #define GC_UNUSED 0x1 /* part of linked list of unused buffers */ macro151 ((((uintptr_t)(ptr)) & GC_BITS) == GC_UNUSED)162 #define GC_IDX2LIST(idx) ((void*)(uintptr_t)(((idx) * sizeof(void*)) | GC_UNUSED))
Completed in 15 milliseconds