Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h301 tsdn_fetch(void) { in tsdn_fetch() function
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c642 tsdn = tsdn_fetch(); in stats_print_atexit()
2907 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3043 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3127 tsdn = tsdn_fetch(); in je_malloc_stats_print()
3143 tsdn = tsdn_fetch(); in je_malloc_usable_size()
3188 *rsize = isalloc(tsdn_fetch(), p); in je_allocm()
3219 *rsize = isalloc(tsdn_fetch(), *ptr); in je_rallocm()
H A Dprof.c928 tsdn = tsdn_fetch(); in prof_tdata_count()
H A Dextent.c1185 tsdn = tsdn_fetch(); in extent_alloc_default()
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs387 + *rsize = isalloc(tsdn_fetch(), p);
418 + *rsize = isalloc(tsdn_fetch(), *ptr);