Searched refs:MEM_INCR (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | _csv.c | 1063 #define MEM_INCR 32768 macro 1166 size_t rec_size_new = (size_t)(rec_len / MEM_INCR + 1) * MEM_INCR; in join_check_rec_size() |
Completed in 3 milliseconds