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

  /src/sys/kern/
subr_thmap.c 265 const uintptr_t gcaddr = thmap->ops->alloc(alloclen); local in function:gc_alloc
267 if (!gcaddr)
270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr);
281 const uintptr_t gcaddr = THMAP_GETOFF(thmap, gc); local in function:gc_free
286 thmap->ops->free(gcaddr, alloclen);
subr_thmap.c 265 const uintptr_t gcaddr = thmap->ops->alloc(alloclen); local in function:gc_alloc
267 if (!gcaddr)
270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr);
281 const uintptr_t gcaddr = THMAP_GETOFF(thmap, gc); local in function:gc_free
286 thmap->ops->free(gcaddr, alloclen);
subr_thmap.c 265 const uintptr_t gcaddr = thmap->ops->alloc(alloclen); local in function:gc_alloc
267 if (!gcaddr)
270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr);
281 const uintptr_t gcaddr = THMAP_GETOFF(thmap, gc); local in function:gc_free
286 thmap->ops->free(gcaddr, alloclen);

Completed in 39 milliseconds