IS_UNCOLLECTABLE 1129 gc/include/private/gc_priv.h #   define IS_UNCOLLECTABLE(k) (((k) & ~1) == UNCOLLECTABLE)
IS_UNCOLLECTABLE 1132 gc/include/private/gc_priv.h #   define IS_UNCOLLECTABLE(k) ((k) == UNCOLLECTABLE)