Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtsd_types.h8 typedef bool (*malloc_tsd_cleanup_t)(void); typedef
/external/jemalloc/src/
Dtsd.c8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX];
/external/jemalloc_new/src/
Dtsd.c13 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