OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_small
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
tcache.c
184
bool
is_small
= (szind < SC_NBINS);
local
187
tcache_bin_flush_stashed(tsd, tcache, cache_bin, szind,
is_small
);
192
if (
is_small
) {
197
} else if (
is_small
&& tcache_slow->bin_refilled[szind]) {
550
szind_t binind, bool
is_small
) {
572
is_small
);
Completed in 23 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026