THMAP_ROOT_LEN
root = gc_alloc(thmap, THMAP_ROOT_LEN);
memset(thmap->root, 0, THMAP_ROOT_LEN);
gc_free(thmap, root, THMAP_ROOT_LEN);