| subr_thmap.c | 276 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len)  function in typeref:typename:void 506 			gc_free(thmap, leaf_off, sizeof(thmap_leaf_t));
 524 		gc_free(thmap, leaf->key, leaf->len);
 526 	gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));
 584 		gc_free(thmap, nptr, THMAP_INODE_LEN);
 997 		gc_free(thmap, THMAP_GETOFF(thmap, &gc->data[0]), gc->len);
 1064 		gc_free(thmap, root, THMAP_ROOT_LEN);
 
 |