Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtsd.h217 a_name##tsd_get_allocates(void) \
274 a_name##tsd_get_allocates(void) \
408 a_name##tsd_get_allocates(void) \
421 if (a_name##tsd_get_allocates() && !init && wrapper == NULL) \
544 a_name##tsd_get_allocates(void) \
557 if (a_name##tsd_get_allocates() && !init && wrapper == NULL) \
694 if (!init && tsd_get_allocates() && tsd == NULL) in tsd_fetch_impl()
Dprivate_symbols.txt568 tsd_get_allocates
Dprivate_namespace.h565 #define tsd_get_allocates JEMALLOC_N(tsd_get_allocates) macro
Dprivate_unnamespace.h565 #undef tsd_get_allocates
/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_malloc_thread_cleanup.h43 tsd_get_allocates(void) { in tsd_get_allocates() function
Dtsd_tls.h36 tsd_get_allocates(void) { in tsd_get_allocates() function
Dtsd.h259 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()