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

  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 34 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
tcache_inlines.h 182 tcache_bin_flush_small(tsd, tcache, bin, binind,
private_namespace.h 340 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
private_namespace_jet.h 347 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
  /external/jemalloc/src/
tcache.c 48 tcache_bin_flush_small(tsd, tcache, tbin, binind,
92 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, function
371 tcache_bin_flush_small(tsd, tcache, tbin, i, 0);
  /external/jemalloc/include/jemalloc/internal/
tcache.h 149 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin,
431 tcache_bin_flush_small(tsd, tcache, tbin, binind,
private_namespace.h 516 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
    [all...]
private_unnamespace.h 516 #undef tcache_bin_flush_small macro
  /external/jemalloc_new/src/
tcache.c 58 tcache_bin_flush_small(tsd, tcache, tbin, binind,
108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, function
477 tcache_bin_flush_small(tsd, tcache, tbin, i, 0);

Completed in 304 milliseconds