OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
jemalloc.c
584
size_t
run_size
;
member in struct:arena_bin_s
1169
arena->bins[i].
run_size
>> pagesize_2pow,
2019
run = arena_run_alloc(arena, bin->
run_size
);
2082
* Calculate bin->
run_size
such that it meets the following constraints:
2084
* *) bin->
run_size
>= min_run_size
2085
* *) bin->
run_size
<= arena_maxclass
2086
* *) bin->
run_size
<= RUN_MAX_SMALL
2104
* Calculate known-valid settings before entering the
run_size
2125
/*
run_size
expansion loop. */
2157
bin->
run_size
= good_run_size
2971
size_t
run_size
;
local in function:ipalloc
[
all
...]
jemalloc.c
584
size_t
run_size
;
member in struct:arena_bin_s
1169
arena->bins[i].
run_size
>> pagesize_2pow,
2019
run = arena_run_alloc(arena, bin->
run_size
);
2082
* Calculate bin->
run_size
such that it meets the following constraints:
2084
* *) bin->
run_size
>= min_run_size
2085
* *) bin->
run_size
<= arena_maxclass
2086
* *) bin->
run_size
<= RUN_MAX_SMALL
2104
* Calculate known-valid settings before entering the
run_size
2125
/*
run_size
expansion loop. */
2157
bin->
run_size
= good_run_size
2971
size_t
run_size
;
local in function:ipalloc
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025