OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usize_min
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
huge.h
17
size_t
usize_min
, size_t usize_max, bool zero);
/external/jemalloc/src/
huge.c
136
huge_ralloc_no_move_similar(void *ptr, size_t oldsize, size_t
usize_min
,
146
for (usize =
usize_min
; usize < usize_max && (usize_next = s2u(usize+1))
290
huge_ralloc_no_move(tsd_t *tsd, void *ptr, size_t oldsize, size_t
usize_min
,
296
assert(
usize_min
> 0 && usize_max <= HUGE_MAXCLASS);
309
/* Try again, this time with
usize_min
. */
310
if (
usize_min
< usize_max && CHUNK_CEILING(
usize_min
) >
312
oldsize,
usize_min
, zero)) {
322
if (CHUNK_CEILING(oldsize) >= CHUNK_CEILING(
usize_min
)
324
huge_ralloc_no_move_similar(ptr, oldsize,
usize_min
, usize_max
[
all
...]
arena.c
3045
size_t
usize_min
, usize_max;
local
[
all
...]
Completed in 74 milliseconds