Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtsd.h175 a_cleanup) \ argument
183 a_cleanup(&a_name##tsd_tls); \
191 if (a_cleanup != malloc_tsd_no_cleanup) { \
236 if (a_cleanup != malloc_tsd_no_cleanup) \
241 a_cleanup) \ argument
247 if (a_cleanup != malloc_tsd_no_cleanup) { \
248 if (pthread_key_create(&a_name##tsd_tsd, a_cleanup) != \
293 if (a_cleanup != malloc_tsd_no_cleanup) { \
305 a_cleanup) \ argument
317 if (a_cleanup != malloc_tsd_no_cleanup && \
[all …]