HomeSort by relevance Sort by last modified time
    Searched refs:tsd_tcache_data_init (Results 1 - 5 of 5) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 52 bool tsd_tcache_data_init(tsd_t *tsd);
tcache_inlines.h 21 tsd_tcache_data_init(tsd);
private_namespace.h 357 #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init) macro
private_namespace_jet.h 364 #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init) macro
  /external/jemalloc_new/src/
tcache.c 362 tsd_tcache_data_init(tsd);
404 tsd_tcache_data_init(tsd_t *tsd) { function

Completed in 3636 milliseconds