HDF5  1.12.0
Macros | Functions
H5FSdbg.c File Reference
#include "H5FSmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FSpkg.h"
#include "H5HFprivate.h"
#include "H5MFprivate.h"

Macros

#define H5HF_DEBUGGING   /* Need access to fractal heap debugging routines */
 
#define H5MF_DEBUGGING   /* Need access to file space debugging routines */
 

Functions

herr_t H5FS_debug (H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth)
 
herr_t H5FS_sect_debug (const H5FS_t *fspace, const H5FS_section_info_t *sect, FILE *stream, int indent, int fwidth)
 
herr_t H5FS_sects_debug (H5F_t *f, haddr_t H5_ATTR_UNUSED addr, FILE *stream, int indent, int fwidth, haddr_t fs_addr, haddr_t client_addr)
 

Macro Definition Documentation

◆ H5HF_DEBUGGING

#define H5HF_DEBUGGING   /* Need access to fractal heap debugging routines */

◆ H5MF_DEBUGGING

#define H5MF_DEBUGGING   /* Need access to file space debugging routines */

Function Documentation

◆ H5FS_debug()

herr_t H5FS_debug ( H5F_t f,
haddr_t  addr,
FILE stream,
int  indent,
int  fwidth 
)

◆ H5FS_sect_debug()

herr_t H5FS_sect_debug ( const H5FS_t fspace,
const H5FS_section_info_t sect,
FILE stream,
int  indent,
int  fwidth 
)

◆ H5FS_sects_debug()

herr_t H5FS_sects_debug ( H5F_t f,
haddr_t H5_ATTR_UNUSED  addr,
FILE stream,
int  indent,
int  fwidth,
haddr_t  fs_addr,
haddr_t  client_addr 
)