Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_win.h112 tsd_get_allocates(void) { in tsd_get_allocates() function
123 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
H A Dtsd_generic.h155 tsd_get_allocates(void) { in tsd_get_allocates() function
166 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.h417 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()
H A Djemalloc_internal_inlines_c.h260 if (tsd_get_allocates() && unlikely(!malloc_initialized())) { in imalloc_fastpath()
/src/contrib/jemalloc/src/
H A Djemalloc.c2680 if (tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()
2693 if (!tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()