HomeSort by relevance Sort by last modified time
    Searched defs:tcache_bin_info (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
tcache.c 10 tcache_bin_info_t *tcache_bin_info; variable
37 tcache_bin_info_t *tbin_info = &tcache_bin_info[binind];
340 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
520 /* Initialize tcache_bin_info. */
521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
523 if (tcache_bin_info == NULL)
528 tcache_bin_info[i].ncached_max =
532 tcache_bin_info[i].ncached_max =
535 tcache_bin_info[i].ncached_max =
538 stack_nelms += tcache_bin_info[i].ncached_max
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 478 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
private_unnamespace.h 478 #undef tcache_bin_info macro

Completed in 483 milliseconds