HomeSort by: relevance | last modified time | path
    Searched defs:gc_free (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_thmap.c 286 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len) function
516 gc_free(thmap, leaf_off, sizeof(thmap_leaf_t));
534 gc_free(thmap, leaf->key, leaf->len);
536 gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));
594 gc_free(thmap, nptr, THMAP_INODE_LEN);
1007 gc_free(thmap, THMAP_GETOFF(thmap, &gc->data[0]), gc->len);
1074 gc_free(thmap, root, THMAP_ROOT_LEN);

Completed in 21 milliseconds