Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtsd_win.h112 tsd_get_allocates(void) { in tsd_get_allocates() function
123 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
Dtsd_generic.h130 tsd_get_allocates(void) { in tsd_get_allocates() function
141 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
Dtsd_tls.h36 tsd_get_allocates(void) { in tsd_get_allocates() function
Dtsd_malloc_thread_cleanup.h43 tsd_get_allocates(void) { in tsd_get_allocates() function
Dtsd.h259 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()