Searched refs:mem_length (Results 1 – 2 of 2) sorted by relevance
63 int mem_length = arraysize(stack_buf); in StringAppendVT() local75 mem_length *= 2; in StringAppendVT()79 mem_length = result + 1; in StringAppendVT()82 if (mem_length > 32 * 1024 * 1024) { in StringAppendVT()90 std::vector<typename StringType::value_type> mem_buf(mem_length); in StringAppendVT()95 result = vsnprintfT(&mem_buf[0], mem_length, format, ap_copy); in StringAppendVT()98 if ((result >= 0) && (result < mem_length)) { in StringAppendVT()
71 int mem_length = arraysize(stack_buf); in StringAppendVT() local83 mem_length *= 2; in StringAppendVT()87 mem_length = result + 1; in StringAppendVT()90 if (mem_length > 32 * 1024 * 1024) { in StringAppendVT()98 std::vector<typename StringType::value_type> mem_buf(mem_length); in StringAppendVT()103 result = vsnprintfT(&mem_buf[0], mem_length, format, ap_copy); in StringAppendVT()106 if ((result >= 0) && (result < mem_length)) { in StringAppendVT()