diff options
author | hobbs <hobbs> | 2002-02-26 02:22:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-26 02:22:20 (GMT) |
commit | a250b602bbacce9038f853923b404d201515d375 (patch) | |
tree | 158a5169c133ef118e679f04aba398690ac940e5 /doc/TCL_MEM_DEBUG.3 | |
parent | f8727f56d1dfd46f35afb51029e6395ca1481153 (diff) | |
download | tcl-a250b602bbacce9038f853923b404d201515d375.zip tcl-a250b602bbacce9038f853923b404d201515d375.tar.gz tcl-a250b602bbacce9038f853923b404d201515d375.tar.bz2 |
* doc/Alloc.3:
* doc/LinkVar.3:
* doc/ObjectType.3:
* doc/PkgRequire.3:
* doc/Preserve.3:
* doc/TCL_MEM_DEBUG.3: Updated documentation to describe the ckalloc,
ckfree, ckrealloc, attemptckalloc, and attemptckrealloc macros, and
to accurately describe when and how they are used. [Bug #497459] (dgp)
Diffstat (limited to 'doc/TCL_MEM_DEBUG.3')
-rw-r--r-- | doc/TCL_MEM_DEBUG.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TCL_MEM_DEBUG.3 b/doc/TCL_MEM_DEBUG.3 index 8d5646b..4d1ce8e 100644 --- a/doc/TCL_MEM_DEBUG.3 +++ b/doc/TCL_MEM_DEBUG.3 @@ -3,7 +3,7 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.4 2001/12/10 15:50:46 dgp Exp $ +'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.5 2002/02/26 02:22:20 hobbs Exp $ '\" .so man.macros .TH TCL_MEM_DEBUG 3 8.1 Tcl "Tcl Library Procedures" @@ -74,7 +74,7 @@ of the caller, but they can actually be anything you want. Remember to remove the calls after you find the problem. .SH "SEE ALSO" -memory, Tcl_ValidateAllMemory, Tcl_DumpActiveMemory +ckalloc, memory, Tcl_ValidateAllMemory, Tcl_DumpActiveMemory .SH KEYWORDS memory, debug |