HomeSort by relevance Sort by last modified time
    Searched full:tsd_initializer (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tsd.h 546 #define TSD_INITIALIZER { \
568 static const tsd_t tsd_initializer = TSD_INITIALIZER; variable
609 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, , tsd_t, tsd_initializer, tsd_cleanup)
  /external/jemalloc/src/
tsd.c 10 malloc_tsd_data(, , tsd_t, TSD_INITIALIZER)

Completed in 67 milliseconds