Differences From Artifact [918e00ccbe]:
- File generic/tclCkalloc.c — part of check-in [6cdd6bd319] at 2017-12-19 15:46:25 on branch z_modifier — merge core-8-branch (user: jan.nijtmans size: 32861) [more...]
To Artifact [4ae494f192]:
- File generic/tclCkalloc.c — part of check-in [e9ee6fc387] at 2018-05-17 18:53:29 on branch core-8-branch — TIP #491 implementation: Threading Support: phasing out non-threaded builds (user: jan.nijtmans size: 32882) [more...]
| ︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + |
void
TclInitDbCkalloc(void)
{
if (!ckallocInit) {
ckallocInit = 1;
ckallocMutexPtr = Tcl_GetAllocMutex();
|
| ︙ |