Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtsd.c8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX];
/external/jemalloc/include/jemalloc/internal/
Dtsd.h7 typedef bool (*malloc_tsd_cleanup_t)(void); typedef