summaryrefslogtreecommitdiffstats
path: root/document/src/tests/heapdebuggerother.cpp
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /document/src/tests/heapdebuggerother.cpp
Publish
Diffstat (limited to 'document/src/tests/heapdebuggerother.cpp')
-rw-r--r--document/src/tests/heapdebuggerother.cpp44
1 files changed, 44 insertions, 0 deletions
diff --git a/document/src/tests/heapdebuggerother.cpp b/document/src/tests/heapdebuggerother.cpp
new file mode 100644
index 00000000000..641951f1883
--- /dev/null
+++ b/document/src/tests/heapdebuggerother.cpp
@@ -0,0 +1,44 @@
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/**
+ *
+ * @author Ove Martin Malm
+ * @date Creation date: 2000-21-08
+ * @version $Id$
+ *
+ * Copyright (c) : 1997-2000 Fast Search & Transfer ASA
+ * ALL RIGHTS RESERVED
+ */
+
+#include <vespa/fastos/fastos.h>
+#include <stdlib.h>
+#include "heapdebugger.h"
+
+// Not implemented
+void enableHeapUsageMonitor(int param)
+{
+ (void)param;
+
+}
+
+// Not implemented
+extern size_t getHeapUsage(void)
+{
+ return 0;
+}
+
+// Not implemented
+void enableHeapCorruptCheck(int param)
+{
+ (void)param;
+
+}
+
+// Not implemented
+void enableMCheck(void)
+{
+}
+
+// Not implemented
+void checkHeapNow(void)
+{
+}