Penguin
Diff: MALLOC_CHECK_
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of MALLOC_CHECK_.

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

Newer page: version 2 Last edited on Saturday, June 14, 2003 12:13:33 pm by PerryLorier Revert
Older page: version 1 Last edited on Friday, June 13, 2003 9:10:36 pm by JohnMcPherson Revert
@@ -1,7 +1,7 @@
 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