OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_bin_info
(Results
1 - 5
of
5
) 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/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 307 milliseconds