Searched refs:growth (Results 1 – 25 of 36) sorted by relevance
12
226 size_t growth = aligned_size; in Allocate() local230 if (growth < minimal_growth) in Allocate()231 growth = minimal_growth; in Allocate()233 size_t new_size = size_ + growth; in Allocate()
30 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument36 sz *= growth; in alloc_series()
74 direction of stack growth for your system; otherwise it will be78 STACK_DIRECTION = 0 => direction of growth unknown */
3 test_description="very large fs growth using ext4"
3 test_description="very large fs growth using ext4 w/64bit"
113 direction of stack growth for your system; otherwise it will be117 STACK_DIRECTION = 0 => direction of growth unknown */
12 sigmoidal growth curves taken from Ratkowsky (1983).
681 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;
120 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
189 bool ValueInternalMap::reserveDelta(BucketIndex growth) { argument190 return reserve(itemCount_ + growth);
38 ; to prevent unbounded stack growth.
563 direction of stack growth for your system; otherwise it will be567 STACK_DIRECTION = 0 => direction of growth unknown */
695 bool reserveDelta(BucketIndex growth);
18 * stack growth
83 segment length growth, and the requirement that two edges with identical clamped
167 /* check for growth at the root */
185 * Bound buffer growth during shaping to 32x,186 * Fix assertions and other issues at OOM / buffer max-growth.
609 growth-triggered heap profile dumps.620 interval- and growth-triggered heap profiles.
2065 # 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"])
581 䊣 < 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 …]
297 frame layout of the target. It holds the direction of stack growth, the known2253 used. Second, r31 is used as a frame pointer to allow dynamic growth of a stack
545 when code growth isn't too bad and when an unroll count allows simplification
4626 蕪>'[luxurious growth of weeds]';
13227 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