Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Doc fix in TCL_MEM_DEBUG.3 |
|---|---|
| Timelines: | family | ancestors | descendants | both | core-8-5-branch |
| Files: | files | file ages | folders |
| SHA1: |
f8609137ca7c2082742fc320ac325982 |
| User & Date: | jan.nijtmans 2012-11-16 10:21:07.310 |
Context
|
2012-11-16
| ||
| 15:35 | 3587651 fix [info functions] (Re-implementation in Tcl) check-in: ea330a961c user: dgp tags: core-8-5-branch | |
| 10:22 | Doc fix in TCL_MEM_DEBUG.3 check-in: 6dbd91a6d0 user: jan.nijtmans tags: trunk | |
| 10:21 | Doc fix in TCL_MEM_DEBUG.3 check-in: f8609137ca user: jan.nijtmans tags: core-8-5-branch | |
| 10:16 | Fix msgcat.test (in case a higher msgcat version is encountered, which is not included with Tcl 8.4)... check-in: feb6e6bc81 user: jan.nijtmans tags: core-8-4-branch | |
|
2012-11-15
| ||
| 15:02 | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 468cd154a3 user: jan.nijtmans tags: core-8-5-branch | |
Changes
Changes to doc/TCL_MEM_DEBUG.3.
| ︙ | ︙ | |||
22 23 24 25 26 27 28 | \fI\-\-enable\-symbols=mem\fR flag to the \fIconfigure\fR script when building). This will also compile in a non-stub version of \fBTcl_InitMemory\fR to add the \fBmemory\fR command to Tcl. .PP \fBTCL_MEM_DEBUG\fR must be either left defined for all modules or undefined for all modules that are going to be linked together. If they are not, link errors will occur, with either \fBTcl_DbCkfree\fR and \fBTcl_DbCkalloc\fR or | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | \fI\-\-enable\-symbols=mem\fR flag to the \fIconfigure\fR script when building). This will also compile in a non-stub version of \fBTcl_InitMemory\fR to add the \fBmemory\fR command to Tcl. .PP \fBTCL_MEM_DEBUG\fR must be either left defined for all modules or undefined for all modules that are going to be linked together. If they are not, link errors will occur, with either \fBTcl_DbCkfree\fR and \fBTcl_DbCkalloc\fR or \fBTcl_Alloc\fR and \fBTcl_Free\fR being undefined. .PP Once memory debugging support has been compiled into Tcl, the C functions \fBTcl_ValidateAllMemory\fR, and \fBTcl_DumpActiveMemory\fR, and the Tcl \fBmemory\fR command can be used to validate and examine memory usage. .SH "GUARD ZONES" .PP |
| ︙ | ︙ |