Home
last modified time | relevance | path

Searched refs:malloc_tsd_no_cleanup (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtsd.h141 if (a_cleanup != malloc_tsd_no_cleanup) { \
162 if (a_cleanup != malloc_tsd_no_cleanup) \
173 if (a_cleanup != malloc_tsd_no_cleanup) { \
194 if (a_cleanup != malloc_tsd_no_cleanup) { \
221 if (a_cleanup != malloc_tsd_no_cleanup && \
243 if (a_cleanup != malloc_tsd_no_cleanup) { \
294 if (a_cleanup != malloc_tsd_no_cleanup) \
311 if (a_cleanup != malloc_tsd_no_cleanup && \
391 if (a_cleanup != malloc_tsd_no_cleanup) \
419 void malloc_tsd_no_cleanup(void *);
Dprivate_symbols.txt252 malloc_tsd_no_cleanup
Dprivate_namespace.h252 #define malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup) macro
Dtcache.h149 tcache_enabled_default, malloc_tsd_no_cleanup) in malloc_tsd_externs()
Djemalloc_internal.h897 THREAD_ALLOCATED_INITIALIZER, malloc_tsd_no_cleanup)
Dprivate_unnamespace.h252 #undef malloc_tsd_no_cleanup
Djemalloc_internal.h.in897 THREAD_ALLOCATED_INITIALIZER, malloc_tsd_no_cleanup)
/external/jemalloc/src/
Dtsd.c28 malloc_tsd_no_cleanup(void *arg) in malloc_tsd_no_cleanup() function