Home
last modified time | relevance | path

Searched refs:tsdn_fetch (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dhook.c132 tsdn_t *tsdn = tsdn_fetch(); in hook_reentrantp()
H A Djemalloc.c656 tsdn = tsdn_fetch(); in stats_print_atexit()
3455 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3615 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3699 tsdn = tsdn_fetch(); in je_malloc_stats_print()
3715 tsdn = tsdn_fetch(); in je_malloc_usable_size()
3760 *rsize = isalloc(tsdn_fetch(), p); in je_allocm()
3791 *rsize = isalloc(tsdn_fetch(), *ptr); in je_rallocm()
H A Dextent.c1256 tsdn = tsdn_fetch(); in extent_alloc_default()
2231 tsdn_t *tsdn = tsdn_fetch(); in extent_merge_default()
H A Dprof.c1198 tsdn = tsdn_fetch(); in prof_tdata_count()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h390 tsdn_fetch(void) { in tsdn_fetch() function
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs429 + *rsize = isalloc(tsdn_fetch(), p);
460 + *rsize = isalloc(tsdn_fetch(), *ptr);