Searched defs:growth (Results 1 – 5 of 5) sorted by relevance
74 constexpr growth_t growth{}; ///< Instance of `growth_t`. variable
129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem()
75 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local89 size_t growth = CapacityToGrowth(capacity); in TEST() local
80 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local100 size_t growth = CapacityToGrowth(capacity); in TEST() local
450 Py_ssize_t growth = bytes_len - avail; in bytearray_setslice_linear() local