summaryrefslogtreecommitdiffstats
path: root/src/H5Mprivate.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-01 14:04:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-01 14:04:36 (GMT)
commitf1ba03cea5b82699a984c80bd2deac14fdc8df18 (patch)
treeebe777c3e0b83f4c4cec9212731da9ebe0a0cfd3 /src/H5Mprivate.h
parent10343c197906415388f2a4c8d292e21d25cf7381 (diff)
downloadhdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.zip
hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.gz
hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.bz2
Source formatted
Diffstat (limited to 'src/H5Mprivate.h')
-rw-r--r--src/H5Mprivate.h33
1 files changed, 15 insertions, 18 deletions
diff --git a/src/H5Mprivate.h b/src/H5Mprivate.h
index 3d0e8cc..7adc97e 100644
--- a/src/H5Mprivate.h
+++ b/src/H5Mprivate.h
@@ -21,11 +21,10 @@
#include "H5Mpublic.h"
/* Private headers needed by this file */
-#include "H5FDprivate.h" /* File drivers */
-#include "H5Oprivate.h" /* Object headers */
-#include "H5Sprivate.h" /* Dataspaces */
-#include "H5Zprivate.h" /* Data filters */
-
+#include "H5FDprivate.h" /* File drivers */
+#include "H5Oprivate.h" /* Object headers */
+#include "H5Sprivate.h" /* Dataspaces */
+#include "H5Zprivate.h" /* Data filters */
/**************************/
/* Library Private Macros */
@@ -37,45 +36,43 @@
* to have any effect.
*/
#ifdef NDEBUG
-# undef H5M_DEBUG
+#undef H5M_DEBUG
#endif
/* ======== Map creation property names ======== */
/* ======== Map access property names ======== */
-#define H5M_ACS_KEY_PREFETCH_SIZE_NAME "key_prefetch_size" /* Number of keys to prefetch during map iteration */
-#define H5M_ACS_KEY_ALLOC_SIZE_NAME "key_alloc_size" /* Initial allocation size for keys prefetched during map iteration */
+#define H5M_ACS_KEY_PREFETCH_SIZE_NAME \
+ "key_prefetch_size" /* Number of keys to prefetch during map iteration */
+#define H5M_ACS_KEY_ALLOC_SIZE_NAME \
+ "key_alloc_size" /* Initial allocation size for keys prefetched during map iteration */
/* Default temporary buffer size */
-#define H5D_TEMP_BUF_SIZE (1024 * 1024)
+#define H5D_TEMP_BUF_SIZE (1024 * 1024)
/* Default I/O vector size */
-#define H5D_IO_VECTOR_SIZE 1024
+#define H5D_IO_VECTOR_SIZE 1024
/* Default VL allocation & free info */
-#define H5D_VLEN_ALLOC NULL
-#define H5D_VLEN_ALLOC_INFO NULL
-#define H5D_VLEN_FREE NULL
-#define H5D_VLEN_FREE_INFO NULL
+#define H5D_VLEN_ALLOC NULL
+#define H5D_VLEN_ALLOC_INFO NULL
+#define H5D_VLEN_FREE NULL
+#define H5D_VLEN_FREE_INFO NULL
/* Default virtual dataset list size */
#define H5D_VIRTUAL_DEF_LIST_SIZE 8
-
/****************************/
/* Library Private Typedefs */
/****************************/
H5_DLL herr_t H5M_init(void);
-
/*****************************/
/* Library Private Variables */
/*****************************/
-
/******************************/
/* Library Private Prototypes */
/******************************/
#endif /* _H5Mprivate_H */
-