Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dzone.c143 return ivsalloc(tsdn_fetch(), ptr); in zone_size()
167 if (ivsalloc(tsdn_fetch(), ptr) != 0) { in zone_free()
177 if (ivsalloc(tsdn_fetch(), ptr) != 0) { in zone_realloc()
197 alloc_size = ivsalloc(tsdn_fetch(), ptr); in zone_free_definite_size()
H A Dehooks.c70 return ehooks_default_alloc_impl(tsdn_fetch(), new_addr, size, in ehooks_default_alloc()
225 tsdn_t *tsdn = tsdn_fetch(); in ehooks_default_merge()
H A Dhook.c132 tsdn_t *tsdn = tsdn_fetch(); in hook_reentrantp()
H A Djemalloc.c645 tsdn = tsdn_fetch(); in stats_print_atexit()
3859 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
3977 tsdn = tsdn_fetch(); in JEMALLOC_ATTR()
4062 tsdn = tsdn_fetch(); in je_malloc_stats_print()
4084 tsdn_t *tsdn = tsdn_fetch(); in je_malloc_usable_size_impl()
4329 *rsize = isalloc(tsdn_fetch(), p); in je_allocm()
4360 *rsize = isalloc(tsdn_fetch(), *ptr); in je_rallocm()
H A Dprof_data.c415 tsdn = tsdn_fetch(); in prof_tdata_count()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h461 tsdn_fetch(void) { in tsdn_fetch() function
/src/contrib/jemalloc/
H A DFREEBSD-diffs429 + *rsize = isalloc(tsdn_fetch(), p);
460 + *rsize = isalloc(tsdn_fetch(), *ptr);