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

  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 41 void tcache_cleanup(tsd_t *tsd);
tcache_inlines.h 23 tcache_cleanup(tsd);
private_namespace.h 343 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
private_namespace_jet.h 350 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
  /external/jemalloc/include/jemalloc/internal/
tcache.h 157 void tcache_cleanup(tsd_t *tsd);
199 tcache_cleanup(tsd);
234 tcache_cleanup(tsd);
private_namespace.h 519 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
    [all...]
private_unnamespace.h 519 #undef tcache_cleanup macro
  /external/jemalloc_new/src/
tsd.c 209 tcache_cleanup(tsd);
tcache.c 528 tcache_cleanup(tsd_t *tsd) { function
  /external/jemalloc/src/
tcache.c 402 tcache_cleanup(tsd_t *tsd) function

Completed in 110 milliseconds