 |
HDF5
1.12.0
|
Go to the documentation of this file.
24 #ifndef _H5MMprivate_H
25 #define _H5MMprivate_H
32 #if defined H5_MEMORY_ALLOC_SANITY_CHECK
34 #define H5MM_free(Z) H5MM_xfree(Z)
36 #define H5MM_free(Z) HDfree(Z)
49 #if defined H5_MEMORY_ALLOC_SANITY_CHECK
50 H5_DLL void H5MM_sanity_check_all(
void);
51 H5_DLL void H5MM_final_sanity_check(
void);
iblock size
Definition: H5EAcache.c:787
H5_DLL char * H5MM_xstrdup(const char *s)
Definition: H5MM.c:458
H5_DLL void * H5MM_calloc(size_t size)
Definition: H5MM.c:354
H5_DLL char * H5MM_strdup(const char *s)
Definition: H5MM.c:492
H5_DLL void * H5MM_realloc(void *mem, size_t size)
Definition: H5MM.c:399
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL void * H5MM_memcpy(void *dest, const void *src, size_t n)
Definition: H5MM.c:583
H5_DLL void * H5MM_malloc(size_t size)
Definition: H5MM.c:267
*s *s n
Definition: H5HLdbg.c:111
H5_DLL void * H5MM_xfree(void *mem)
Definition: H5MM.c:527