Home
last modified time | relevance | path

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

12

/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/ceres-solver/data/nist/
DRat42.dat12 sigmoidal growth curves taken from Ratkowsky (1983).
DRat43.dat12 sigmoidal growth curves taken from Ratkowsky (1983).
/external/v8/src/
Dutils.h681 int growth = current_length * (growth_factor - 1);
682 if (growth > max_growth) {
683 growth = max_growth;
685 new_capacity = current_length + growth;
687 new_capacity = min_capacity + growth;
/external/pcre/dist/
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/Transforms/Inline/
Dinline-tail.ll38 ; to prevent unbounded stack growth.
/external/e2fsprogs/lib/
Dconfig.h.in563 direction of stack growth for your system; otherwise it will be
567 STACK_DIRECTION = 0 => direction of growth unknown */
/external/jsoncpp/include/json/
Dvalue.h695 bool reserveDelta(BucketIndex growth);
/external/valgrind/docs/internals/
Dsegments-seginfos.txt18 * stack growth
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt83 segment length growth, and the requirement that two edges with identical clamped
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m167 /* check for growth at the root */
/external/harfbuzz_ng/
DNEWS185 * Bound buffer growth during shaping to 32x,
186 * Fix assertions and other issues at OOM / buffer max-growth.
/external/jemalloc/
DChangeLog609 growth-triggered heap profile dumps.
620 interval- and growth-triggered heap profiles.
/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/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt581 䊣 < light\-yellow\-dust\-like\-fungoid\-growth\-on\-wine;
1931 鬈 < fine\-growth\-of\-hair\-curly\-hair;
2851 薾 < luxuriant\-growth\-of\-flower;
2868 篟 < luxuriant\-growth\-of\-bamboo;
3032 芜 < luxurious\-growth\-of\-weeds;
4416 䔊 < dense\-growth\-of\-grass;
4581 菀 < luxuriance\-of\-growth;
4824 䔈 < lush\-growth\-of\-grass;
6818 蔇 < luxuriant\-growth;
8143 生長激素 < growth\-hormone;
[all …]
/external/llvm/docs/
DCodeGenerator.rst297 frame layout of the target. It holds the direction of stack growth, the known
2253 used. Second, r31 is used as a frame pointer to allow dynamic growth of a stack
/external/llvm/lib/Target/
DREADME.txt545 when code growth isn't too bad and when an unroll count allows simplification
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt4626 蕪>'[luxurious growth of weeds]';
/external/v8/
DChangeLog13227 Changed the growth policy of the young space.
13252 Tweaked the handling of the initial size and growth policy of the heap.
13979 Fixed heap growth policy to avoid growing old space to its maximum

12