Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
MALLOC_CHECK_
Edit
PageHistory
Diff
Info
LikePages
Another special EnvironmentVariable that the [C] [Library] uses to decide at run time which implementation of malloc(3) to use. This is an aid for DeBugging memory structure corruption. Its value should be one of * 0 to ignore corruptions * 1 to print to stderr(3) * 2 to abort immediately See also: * [mcheck] * [LD_DEBUG] * CommonProgrammingBugs
3 pages link to
MALLOC_CHECK_
:
EnvironmentVariable
mcheck
DeBugging