HomeSort by relevance Sort by last modified time
    Searched refs: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 44 * malloc_tsd_funcs(, example_, example_t, EX_INITIALIZER,
172 /* malloc_tsd_funcs(). */
174 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
240 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
304 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
437 #define malloc_tsd_funcs(a_attr, a_name, a_type, a_initializer, \ macro
687 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, , tsd_t, tsd_initializer, tsd_cleanup)

Completed in 52 milliseconds