Penguin
Diff: MALLOC_CHECK_
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of MALLOC_CHECK_.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, June 14, 2003 9:40:31 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, June 13, 2003 9:10:36 pm by JohnMcPherson Revert
@@ -1,12 +1,12 @@
 Another special environment variable that the c library uses to aid in debugging. 
  
- $ export MALLOC_CHECK_=n 
+ $ export MALLOC_CHECK_='' n''  
 where: 
  n=0 => ignore corruptions 
  n=1 => print to stderr 
  n=2 => abort immediately 
  
 Mainly useful for bugs that corrupt the memory structures. 
  
 ---- 
-See also [mtrace ], [LD_DEBUG], CommonProgrammingBugs 
+See also [mcheck ], [LD_DEBUG], CommonProgrammingBugs