Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/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.h130 tsd_get_allocates(void) { in tsd_get_allocates() function
141 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
H A Dtsd_malloc_thread_cleanup.h43 tsd_get_allocates(void) { in tsd_get_allocates() function
H A Dtsd_tls.h36 tsd_get_allocates(void) { in tsd_get_allocates() function
H A Dtsd.h259 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()