OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsbins
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
jemalloc.c
673
static unsigned
nsbins
; /* Number of (2^n)-spaced sub-page bins. */
variable in typeref:typename:unsigned
1146
for (i = 0, gap_start = minusone; i < ntbins + nqbins +
nsbins
; i++) {
2585
for (; i < ntbins + nqbins +
nsbins
; i++) {
2612
+ (sizeof(arena_bin_t) * (ntbins + nqbins +
nsbins
- 1)));
3469
nsbins
= (unsigned)(pagesize_2pow - opt_small_max_2pow - 1);
jemalloc.c
673
static unsigned
nsbins
; /* Number of (2^n)-spaced sub-page bins. */
variable in typeref:typename:unsigned
1146
for (i = 0, gap_start = minusone; i < ntbins + nqbins +
nsbins
; i++) {
2585
for (; i < ntbins + nqbins +
nsbins
; i++) {
2612
+ (sizeof(arena_bin_t) * (ntbins + nqbins +
nsbins
- 1)));
3469
nsbins
= (unsigned)(pagesize_2pow - opt_small_max_2pow - 1);
Completed in 28 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025