OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbin_info
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
419
tcache_bin_info_t *
tbin_info
;
427
tbin_info
= &tcache_bin_info[binind];
428
if (unlikely(tbin->ncached ==
tbin_info
->ncached_max)) {
430
(
tbin_info
->ncached_max >> 1));
432
assert(tbin->ncached <
tbin_info
->ncached_max);
445
tcache_bin_info_t *
tbin_info
;
457
tbin_info
= &tcache_bin_info[binind];
458
if (unlikely(tbin->ncached ==
tbin_info
->ncached_max)) {
460
(
tbin_info
->ncached_max >> 1), tcache);
462
assert(tbin->ncached <
tbin_info
->ncached_max)
[
all
...]
/external/jemalloc/src/
tcache.c
37
tcache_bin_info_t *
tbin_info
= &tcache_bin_info[binind];
local
55
if ((
tbin_info
->ncached_max >> (tbin->lg_fill_div+1)) >= 1)
Completed in 556 milliseconds