thmap_gc_t
thmap_gc_t *gc = ref;
thmap_gc_t *next = gc->next;
thmap_gc_t * next;
thmap_gc_t * gc_list; // C11 _Atomic
thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr);
thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]);
thmap_gc_t *head, *gc;