thmap_gc
thmap_gc(thmap, ref);
typedef struct thmap_gc thmap_gc_t;
const size_t alloclen = offsetof(struct thmap_gc, data[len]);
const size_t alloclen = offsetof(struct thmap_gc, data[len]);
thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]);
gc = container_of(ptr, struct thmap_gc, data[0]);
thmap_gc(wg->wg_sessions_byindex, garbage);
thmap_gc(wg->wg_peers_byname, garbage_byname);
thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey);
thmap_gc(wg->wg_peers_byname, garbage_byname);
thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey);
thmap_gc(cd->cd_map, gcref);
thmap_gc(pm->addr_map, thmap_stage_gc(pm->addr_map));
thmap_gc(t->t_map, ref);
thmap_gc(emap, thgc);
void thmap_gc(thmap_t *, void *);