diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-08 21:24:55 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-08 21:24:55 (GMT) |
commit | 185ec14f360efb80eb4638cc3745834a141280e1 (patch) | |
tree | 1355143d703d710f6c1a9fc43f120c1b89f9db7f /src/H5MMprivate.h | |
parent | 50ef7ff9962051c767aae7ad229b558b7586c59b (diff) | |
download | hdf5-185ec14f360efb80eb4638cc3745834a141280e1.zip hdf5-185ec14f360efb80eb4638cc3745834a141280e1.tar.gz hdf5-185ec14f360efb80eb4638cc3745834a141280e1.tar.bz2 |
Normalization of H5MM and H5FL with develop. Adds the new
stats calls.
Diffstat (limited to 'src/H5MMprivate.h')
-rw-r--r-- | src/H5MMprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MMprivate.h b/src/H5MMprivate.h index 240b931..0787eb2 100644 --- a/src/H5MMprivate.h +++ b/src/H5MMprivate.h @@ -47,6 +47,7 @@ H5_DLL char *H5MM_strdup(const char *s); H5_DLL void *H5MM_xfree(void *mem); H5_DLL void *H5MM_xfree_const(const void *mem); H5_DLL void *H5MM_memcpy(void *dest, const void *src, size_t n); +H5_DLL herr_t H5MM_get_alloc_stats(H5_alloc_stats_t *stats); #if defined H5_MEMORY_ALLOC_SANITY_CHECK H5_DLL void H5MM_sanity_check_all(void); H5_DLL void H5MM_final_sanity_check(void); |