summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-01-06 17:04:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-01-06 17:04:15 (GMT)
commit4bf63f78e71aed68ba946dbfda545d657a9a94b5 (patch)
treeb8719f2de9a5e2621f4bc96aeb675e32a1f76019 /src/H5MMprivate.h
parent48f7ad2df147d92851c6246155712f430a9f39f0 (diff)
downloadhdf5-4bf63f78e71aed68ba946dbfda545d657a9a94b5.zip
hdf5-4bf63f78e71aed68ba946dbfda545d657a9a94b5.tar.gz
hdf5-4bf63f78e71aed68ba946dbfda545d657a9a94b5.tar.bz2
[svn-r28815] Description:
Add internal routine to sanity check all blocks allocated through H5MM interface. Tested on: Linux/32 2.6.x (jam) w/serial Linux/64 2.6.x (mayll) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
Diffstat (limited to 'src/H5MMprivate.h')
-rw-r--r--src/H5MMprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MMprivate.h b/src/H5MMprivate.h
index c494a60..14bd28d 100644
--- a/src/H5MMprivate.h
+++ b/src/H5MMprivate.h
@@ -48,6 +48,7 @@ H5_DLL char *H5MM_xstrdup(const char *s);
H5_DLL char *H5MM_strdup(const char *s);
H5_DLL void *H5MM_xfree(void *mem);
#if defined H5_MEMORY_ALLOC_SANITY_CHECK
+H5_DLL void H5MM_sanity_check_all(void);
H5_DLL void H5MM_final_sanity_check(void);
#endif /* H5_MEMORY_ALLOC_SANITY_CHECK */