Penguin
Note: You are viewing an old revision of this page. View the current version.

Another special EnvironmentVariable that the C Library uses to decide 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: