Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 25 of 43) sorted by relevance

12

/external/v8/src/
Dcollector.h142 int growth = current_length * (growth_factor - 1); in Grow() local
143 if (growth > max_growth) { in Grow()
144 growth = max_growth; in Grow()
146 new_capacity = current_length + growth; in Grow()
148 new_capacity = min_capacity + growth; in Grow()
/external/google-breakpad/src/client/
Dminidump_file_writer.cc226 size_t growth = aligned_size; in Allocate() local
230 if (growth < minimal_growth) in Allocate()
231 growth = minimal_growth; in Allocate()
233 size_t new_size = size_ + growth; in Allocate()
/external/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp30 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument
36 sz *= growth; in alloc_series()
/external/libvorbis/
Dconfig.h.in74 direction of stack growth for your system; otherwise it will be
78 STACK_DIRECTION = 0 => direction of growth unknown */
/external/e2fsprogs/tests/r_ext4_big_expand/
Dscript3 test_description="very large fs growth using ext4"
/external/e2fsprogs/tests/r_64bit_big_expand/
Dscript3 test_description="very large fs growth using ext4 w/64bit"
/external/bison/m4/
Dalloca.m4113 direction of stack growth for your system; otherwise it will be
117 STACK_DIRECTION = 0 => direction of growth unknown */
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc120 const double growth = double(final_size - initial_size) / final_size;
121 printf("Growth: %0.2f%%", growth * 100);
122 CHECK(growth < 0.02); // Allow < 2% growth
/external/jsoncpp/src/lib_json/
Djson_internalmap.inl189 bool ValueInternalMap::reserveDelta(BucketIndex growth) { argument
190 return reserve(itemCount_ + growth);
/external/llvm/test/CodeGen/Hexagon/
Dopt-addr-mode.ll2 …exagon-small-data-threshold=0 -disable-hexagon-amodeopt=0 -hexagon-amode-growth-limit=4 < %s | Fil…
/external/llvm/test/Transforms/Inline/
Dinline-tail.ll38 ; to prevent unbounded stack growth.
/external/valgrind/docs/internals/
Dsegments-seginfos.txt18 * stack growth
/external/jsoncpp/include/json/
Dvalue.h695 bool reserveDelta(BucketIndex growth);
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt83 segment length growth, and the requirement that two edges with identical clamped
/external/e2fsprogs/lib/
Dconfig.h.in673 direction of stack growth for your system; otherwise it will be
677 STACK_DIRECTION = 0 => direction of growth unknown */
/external/vixl/doc/aarch32/design/
Dcode-generation-aarch32.md202 // - No automatic buffer growth, but does check that there is space. (In
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m167 /* check for growth at the root */
/external/harfbuzz_ng/
DNEWS335 * Bound buffer growth during shaping to 32x,
336 * Fix assertions and other issues at OOM / buffer max-growth.
/external/valgrind/
Dconfigure.ac2065 # does this compiler support --param inline-unit-growth=... ?
2067 AC_MSG_CHECKING([if gcc accepts --param inline-unit-growth])
2070 CFLAGS="--param inline-unit-growth=900 -Werror"
2076 ["--param inline-unit-growth=900"])
/external/jemalloc/
DChangeLog744 growth-triggered heap profile dumps.
755 interval- and growth-triggered heap profiles.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt583 䊣 < light\-yellow\-dust\-like\-fungoid\-growth\-on\-wine;
1933 鬈 < fine\-growth\-of\-hair\-curly\-hair;
2853 薾 < luxuriant\-growth\-of\-flower;
2870 篟 < luxuriant\-growth\-of\-bamboo;
3034 芜 < luxurious\-growth\-of\-weeds;
4418 䔊 < dense\-growth\-of\-grass;
4583 菀 < luxuriance\-of\-growth;
4826 䔈 < lush\-growth\-of\-grass;
6820 蔇 < luxuriant\-growth;
8145 生長激素 < growth\-hormone;
[all …]
/external/fmtlib/
DChangeLog.rst7 * Corrected buffer growth when formatting time (`#367 <https://github.com/fmtlib/fmt/issues/367>`_)
/external/syslinux/doc/
DCodingStyle.txt273 problem, which is called the function-growth-hormone-imbalance syndrome.
/external/googletest/googletest/docs/
DV1_5_FAQ.md107 Finally, with the growth of Google Mock's [matcher](../../CookBook.md#using-matchers-in-google-test…
DV1_6_FAQ.md204 Finally, with the growth of Google Mock's [matcher](../../CookBook.md#using-matchers-in-google-test…

12