HDF5  1.12.0
Macros | Functions
H5Mprivate.h File Reference
#include "H5Mpublic.h"
#include "H5FDprivate.h"
#include "H5Oprivate.h"
#include "H5Sprivate.h"
#include "H5Zprivate.h"

Go to the source code of this file.

Macros

#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 H5D_TEMP_BUF_SIZE   (1024 * 1024)
 
#define H5D_IO_VECTOR_SIZE   1024
 
#define H5D_VLEN_ALLOC   NULL
 
#define H5D_VLEN_ALLOC_INFO   NULL
 
#define H5D_VLEN_FREE   NULL
 
#define H5D_VLEN_FREE_INFO   NULL
 
#define H5D_VIRTUAL_DEF_LIST_SIZE   8
 

Functions

H5_DLL herr_t H5M_init (void)
 

Macro Definition Documentation

◆ H5D_IO_VECTOR_SIZE

#define H5D_IO_VECTOR_SIZE   1024

◆ H5D_TEMP_BUF_SIZE

#define H5D_TEMP_BUF_SIZE   (1024 * 1024)

◆ H5D_VIRTUAL_DEF_LIST_SIZE

#define H5D_VIRTUAL_DEF_LIST_SIZE   8

◆ H5D_VLEN_ALLOC

#define H5D_VLEN_ALLOC   NULL

◆ H5D_VLEN_ALLOC_INFO

#define H5D_VLEN_ALLOC_INFO   NULL

◆ H5D_VLEN_FREE

#define H5D_VLEN_FREE   NULL

◆ H5D_VLEN_FREE_INFO

#define H5D_VLEN_FREE_INFO   NULL

◆ H5M_ACS_KEY_ALLOC_SIZE_NAME

#define H5M_ACS_KEY_ALLOC_SIZE_NAME   "key_alloc_size" /* Initial allocation size for keys prefetched during map iteration */

◆ H5M_ACS_KEY_PREFETCH_SIZE_NAME

#define H5M_ACS_KEY_PREFETCH_SIZE_NAME   "key_prefetch_size" /* Number of keys to prefetch during map iteration */

Function Documentation

◆ H5M_init()

H5_DLL herr_t H5M_init ( void  )