summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc_debug/Config.h')
-rw-r--r--libc/malloc_debug/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/malloc_debug/Config.h b/libc/malloc_debug/Config.h
index 86d1ee4e0..011dc77bd 100644
--- a/libc/malloc_debug/Config.h
+++ b/libc/malloc_debug/Config.h
@@ -44,6 +44,7 @@ constexpr uint64_t TRACK_ALLOCS = 0x80;
constexpr uint64_t LEAK_TRACK = 0x100;
constexpr uint64_t RECORD_ALLOCS = 0x200;
constexpr uint64_t BACKTRACE_FULL = 0x400;
+constexpr uint64_t ABORT_ON_ERROR = 0x800;
// In order to guarantee posix compliance, set the minimum alignment
// to 8 bytes for 32 bit systems and 16 bytes for 64 bit systems.