Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h136 tsd_get_allocates(void) { in tsd_get_allocates() function
147 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
H A Dtsd_tls.h38 tsd_get_allocates(void) { in tsd_get_allocates() function
H A Dtsd_malloc_thread_cleanup.h45 tsd_get_allocates(void) { in tsd_get_allocates() function
H A Dtsd.h349 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()
/freebsd-14.2/contrib/jemalloc/src/
H A Djemalloc.c2251 if (tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()
2264 if (!tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()
2330 if (tsd_get_allocates() && unlikely(!malloc_initialized())) { in JEMALLOC_ATTR()