OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_size
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/mux/
anim_encode.c
1019
const size_t
candidate_size
= candidates[i].mem_.size;
local
[
all
...]
/external/jemalloc_new/src/
extent.c
378
size_t
candidate_size
= extent_size_get(extent);
local
379
assert(
candidate_size
>= min_size);
383
if (base > next_align || base +
candidate_size
<= next_align) {
389
if (
candidate_size
- leadsize >= min_size) {
[
all
...]
Completed in 703 milliseconds