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

  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 53 bool tsd_tcache_enabled_data_init(tsd_t *tsd);
private_namespace.h 358 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
private_namespace_jet.h 365 #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init) macro
  /external/jemalloc_new/src/
tsd.c 84 return tsd_tcache_enabled_data_init(tsd);
tcache.c 355 tsd_tcache_enabled_data_init(tsd_t *tsd) { function

Completed in 240 milliseconds