Searched refs:OVERALLOCATE_FACTOR (Results 1 – 3 of 3) sorted by relevance
3160 # define OVERALLOCATE_FACTOR 2 macro3163 # define OVERALLOCATE_FACTOR 4 macro3255 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()3257 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
3223 # define OVERALLOCATE_FACTOR 2 macro3226 # define OVERALLOCATE_FACTOR 4 macro3320 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()3322 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
202 # define OVERALLOCATE_FACTOR 2 macro205 # define OVERALLOCATE_FACTOR 413865 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()13867 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()13878 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()13880 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()13915 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()