OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_allowed
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
dlmalloc_space.cc
256
size_t
max_allowed
= Capacity();
local
257
mspace_set_footprint_limit(mspace_,
max_allowed
);
/external/chromium_org/third_party/opus/src/celt/
celt.c
1032
opus_int32
max_allowed
;
local
1038
max_allowed
= IMIN(IMAX(tell==1?2:0,
1041
if(
max_allowed
< nbAvailableBytes)
1043
nbCompressedBytes = nbFilledBytes+
max_allowed
;
1044
nbAvailableBytes =
max_allowed
;
[
all
...]
Completed in 73 milliseconds