Searched refs:tsdn_fetch (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | zone.c | 143 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 D | ehooks.c | 70 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 D | hook.c | 132 tsdn_t *tsdn = tsdn_fetch(); in hook_reentrantp()
|
| H A D | jemalloc.c | 645 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 D | prof_data.c | 415 tsdn = tsdn_fetch(); in prof_tdata_count()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd.h | 461 tsdn_fetch(void) { in tsdn_fetch() function
|
| /src/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 429 + *rsize = isalloc(tsdn_fetch(), p); 460 + *rsize = isalloc(tsdn_fetch(), *ptr);
|