Differences From Artifact [8e14ee2dcf]:
- File generic/tclCkalloc.c — part of check-in [846d6d7575] at 2013-01-24 19:09:33 on branch core-8-5-branch — Silence come compiler warnings. (user: dgp size: 32644) [more...]
To Artifact [f68332769f]:
- File generic/tclCkalloc.c — part of check-in [e536b304da] at 2020-04-24 12:26:09 on branch core-8-5-branch — Fix GCC warning in MemDebug mode: format not a string literal and no format arguments [-Wformat-security] (user: jan.nijtmans size: 32650) [more...]
| ︙ | |||
183 184 185 186 187 188 189 | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | - + |
total_mallocs,
total_frees,
current_malloc_packets,
(unsigned long)current_bytes_malloced,
maximum_malloc_packets,
(unsigned long)maximum_bytes_malloced);
if (flags == 0) {
|
| ︙ |