summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-03-10 12:51:32 +0000
committerRobin Watts <robin.watts@artifex.com>2016-03-10 12:52:08 +0000
commitc5b80367dfcd3d3df09068b7f31119a400cfe241 (patch)
tree706985389ffa8b80416115e98d40d0d7ac9ff91f /include
parentf721244bb170b4924e8ebc334f1c64b24d8acd29 (diff)
downloadmupdf-c5b80367dfcd3d3df09068b7f31119a400cfe241.tar.xz
Memento: Pull in latest fixes from gs.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/memento.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mupdf/memento.h b/include/mupdf/memento.h
index 0a1978a6..903f00b7 100644
--- a/include/mupdf/memento.h
+++ b/include/mupdf/memento.h
@@ -220,6 +220,9 @@ void *Memento_realloc(void *, size_t s);
void Memento_free(void *);
void *Memento_calloc(size_t, size_t);
+void Memento_info(void *addr);
+void Memento_listBLockInfo(void);
+
#ifdef MEMENTO
#ifndef COMPILING_MEMENTO_C
@@ -254,6 +257,8 @@ void *Memento_calloc(size_t, size_t);
#define Memento_setMax(A) 0
#define Memento_stats() do {} while (0)
#define Memento_label(A,B) (A)
+#define Memento_info(A) do {} while (0)
+#define Memento_listBlockInfo() do {} while (0)
#endif /* MEMENTO */