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

  /external/jemalloc/test/unit/
tsd.c 53 malloc_tsd_funcs(, data_, data_t, DATA_INIT, data_cleanup)
  /external/jemalloc/include/jemalloc/internal/
tsd.h 41 * malloc_tsd_funcs(, example_, example_t, EX_INITIALIZER,
166 /* malloc_tsd_funcs(). */
168 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
222 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
274 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
393 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
609 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, , tsd_t, tsd_initializer, tsd_cleanup)

Completed in 241 milliseconds