Searched defs:tcache_bin_info (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dtcache.c13 tcache_bin_info_t *tcache_bin_info; variable
32 tcache_bin_info_t *tbin_info = &tcache_bin_info[binind];
347 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
487 /* Initialize tcache_bin_info. */
488 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
490 if (tcache_bin_info == NULL)
495 tcache_bin_info[i].ncached_max =
498 tcache_bin_info[i].ncached_max =
501 stack_nelms += tcache_bin_info[i].ncached_max;
504 tcache_bin_info[
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h376 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
H A Dprivate_unnamespace.h376 #undef tcache_bin_info macro

Completed in 50 milliseconds