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

  /external/jemalloc/src/
tcache.c 10 tcache_bin_info_t *tcache_bin_info; variable
41 tcache_bin_info_t *tbin_info = &tcache_bin_info[binind];
347 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
572 /* Initialize tcache_bin_info. */
573 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, nhbins *
575 if (tcache_bin_info == NULL)
580 tcache_bin_info[i].ncached_max =
584 tcache_bin_info[i].ncached_max =
587 tcache_bin_info[i].ncached_max =
590 stack_nelms += tcache_bin_info[i].ncached_max
    [all...]
arena.c     [all...]
  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 9 extern cache_bin_info_t *tcache_bin_info;
tcache_inlines.h 180 bin_info = &tcache_bin_info[binind];
206 bin_info = &tcache_bin_info[binind];
private_namespace.h 341 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
private_namespace_jet.h 348 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
  /external/jemalloc_new/src/
tcache.c 19 cache_bin_info_t *tcache_bin_info; variable
65 cache_bin_info_t *tbin_info = &tcache_bin_info[binind];
385 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
395 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
518 (uintptr_t)tcache_bin_info[0].ncached_max * sizeof(void *));
688 /* Initialize tcache_bin_info. */
689 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins
691 if (tcache_bin_info == NULL) {
698 tcache_bin_info[i].ncached_max =
702 tcache_bin_info[i].ncached_max
    [all...]
arena.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
tcache.h 124 extern tcache_bin_info_t *tcache_bin_info;
429 tbin_info = &tcache_bin_info[binind];
459 tbin_info = &tcache_bin_info[binind];
private_namespace.h 517 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
    [all...]
private_unnamespace.h 517 #undef tcache_bin_info macro

Completed in 533 milliseconds