OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nhbins
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/src/
tcache.c
13
unsigned
nhbins
;
variable
72
if (tcache->next_gc_bin ==
nhbins
)
182
assert(binind <
nhbins
);
327
size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) *
nhbins
);
345
for (i = 0; i <
nhbins
; i++) {
381
for (; i <
nhbins
; i++) {
441
for (; i <
nhbins
; i++) {
570
nhbins
= size2index(tcache_maxclass) + 1;
573
tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn,
nhbins
*
592
for (; i <
nhbins
; i++)
[
all
...]
ctl.c
363
{NAME("
nhbins
"), CTL(arenas_nhbins)},
[
all
...]
/external/jemalloc/include/jemalloc/internal/
tcache.h
130
extern unsigned
nhbins
;
361
assert(binind <
nhbins
);
private_namespace.h
351
#define
nhbins
JEMALLOC_N(
nhbins
)
macro
[
all
...]
private_unnamespace.h
351
#undef
nhbins
macro
Completed in 799 milliseconds