Differences From Artifact [aba91a1379]:
- File generic/tclThreadAlloc.c — part of check-in [28a7d957c7] at 2025-08-17 11:25:55 on branch c-std-update — More bools and pieces (user: dkf size: 28036)
To Artifact [bfe324b5ca]:
- File generic/tclThreadAlloc.c — part of check-in [459669e809] at 2025-11-15 21:56:46 on branch c-std-update — merge trunk (user: dkf size: 28051) [more...]
| ︙ | |||
757 758 759 760 761 762 763 | 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 | - + |
static void *
Block2Ptr(
Block *blockPtr,
int bucket,
size_t reqSize)
{
blockPtr->magicNum1 = blockPtr->magicNum2 = MAGIC;
|
| ︙ |