summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/DebugData.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-11-18 21:33:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-18 21:33:18 +0000
commitc2395be74a69ef43f53aa6505af4df78bb03df7c (patch)
tree6a3b0d1a67dd93d53c3704489f106148c01b01b7 /libc/malloc_debug/DebugData.h
parenta7e74f09b8db4dbe5ca8c74603f74dc45911aef7 (diff)
parentac81fe8657119c265edcc2f05b3e5b7c5b17ae9f (diff)
Merge "Enable malloc debug using environment variables"
Diffstat (limited to 'libc/malloc_debug/DebugData.h')
-rw-r--r--libc/malloc_debug/DebugData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/DebugData.h b/libc/malloc_debug/DebugData.h
index 7e2df0c36..7228a722e 100644
--- a/libc/malloc_debug/DebugData.h
+++ b/libc/malloc_debug/DebugData.h
@@ -49,7 +49,7 @@ class DebugData {
DebugData() = default;
~DebugData() = default;
- bool Initialize();
+ bool Initialize(const char* options);
static bool Disabled();