Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtsd.h169 a_cleanup) \ argument
177 a_cleanup(&a_name##tsd_tls); \
185 if (a_cleanup != malloc_tsd_no_cleanup) { \
218 if (a_cleanup != malloc_tsd_no_cleanup) \
223 a_cleanup) \ argument
229 if (a_cleanup != malloc_tsd_no_cleanup) { \
230 if (pthread_key_create(&a_name##tsd_tsd, a_cleanup) != \
263 if (a_cleanup != malloc_tsd_no_cleanup) { \
275 a_cleanup) \ argument
287 if (a_cleanup != malloc_tsd_no_cleanup && \
[all …]