OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usize_max
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/src/
huge.c
137
size_t
usize_max
, bool zero)
146
for (usize = usize_min; usize <
usize_max
&& (usize_next = s2u(usize+1))
291
size_t
usize_max
, bool zero)
296
assert(usize_min > 0 &&
usize_max
<= HUGE_MAXCLASS);
299
if (oldsize < chunksize ||
usize_max
< chunksize)
302
if (CHUNK_CEILING(
usize_max
) > CHUNK_CEILING(oldsize)) {
304
if (!huge_ralloc_no_move_expand(ptr, oldsize,
usize_max
,
310
if (usize_min <
usize_max
&& CHUNK_CEILING(usize_min) >
323
&& CHUNK_CEILING(oldsize) <= CHUNK_CEILING(
usize_max
)) {
324
huge_ralloc_no_move_similar(ptr, oldsize, usize_min,
usize_max
,
[
all
...]
arena.c
3045
size_t usize_min,
usize_max
;
local
[
all
...]
jemalloc.c
2367
size_t
usize_max
, usize;
local
[
all
...]
/external/jemalloc/include/jemalloc/internal/
huge.h
17
size_t usize_min, size_t
usize_max
, bool zero);
Completed in 73 milliseconds