1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00
Daniel Stenberg 7e8561e030
dynbuf: make *addf() not require extra mallocs
... by introducing a printf() function that appends directly into a
dynbuf: Curl_dyn_vprintf(). This avoids the mandatory extra malloc so if
the buffer is already big enough it can just printf directly into it.

Since this less-malloc version requires tthe use of a library internal
printf function, we only provide this version when building libcurl and
not for the dynbuf code that is used when building the curl tool.

Closes #5998
2020-09-23 08:54:42 +02:00
..
2019-03-15 10:22:42 +01:00
2019-03-15 10:22:42 +01:00
2020-09-22 15:14:12 +02:00
2020-09-10 08:50:04 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-22 15:14:12 +02:00
2020-09-22 15:14:12 +02:00
2020-08-31 09:45:09 +02:00
2020-09-22 13:46:22 +02:00
2020-05-14 18:13:27 +02:00
2020-09-22 15:14:12 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-09-22 15:14:12 +02:00
2020-09-08 13:53:02 +02:00
2020-09-22 15:14:12 +02:00
2019-11-08 14:51:42 +01:00
2020-09-02 22:41:58 +02:00
2020-09-22 13:46:22 +02:00
2020-08-24 08:41:48 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2019-11-08 14:51:42 +01:00
2020-08-03 23:43:24 +02:00
2020-05-14 18:13:27 +02:00
2019-11-08 14:51:42 +01:00
2020-09-22 13:46:22 +02:00
2018-12-10 00:10:04 +01:00
2020-09-02 22:41:58 +02:00
2020-09-02 22:41:58 +02:00
2020-09-22 15:14:12 +02:00
2020-09-22 13:46:22 +02:00
2020-08-31 09:45:09 +02:00
2020-09-02 22:41:58 +02:00
2019-05-17 23:24:34 +02:00
2017-09-02 17:47:10 +01:00
2020-09-08 13:53:02 +02:00
2019-11-08 14:51:42 +01:00
2020-02-18 07:49:15 +01:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-05-25 19:44:04 +00:00
2020-05-25 19:44:04 +00:00
2020-08-24 08:41:48 +02:00
2020-08-24 08:41:48 +02:00
2020-07-18 12:37:25 +02:00
2020-08-24 08:41:48 +02:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2019-11-08 14:51:42 +01:00
2020-02-19 08:04:35 +01:00
2020-09-17 09:44:36 +02:00
2020-09-22 15:14:12 +02:00
2020-09-22 15:14:12 +02:00