HDF5  1.12.0
Macros | Functions
H5Fcwfs.c File Reference
#include "H5Fmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5HGprivate.h"
#include "H5MFprivate.h"
#include "H5MMprivate.h"

Macros

#define H5F_NCWFS   16
 

Functions

herr_t H5F_cwfs_add (H5F_t *f, H5HG_heap_t *heap)
 
herr_t H5F_cwfs_find_free_heap (H5F_t *f, size_t need, haddr_t *addr)
 
herr_t H5F_cwfs_advance_heap (H5F_t *f, H5HG_heap_t *heap, hbool_t add_heap)
 
herr_t H5F_cwfs_remove_heap (H5F_shared_t *shared, H5HG_heap_t *heap)
 

Macro Definition Documentation

◆ H5F_NCWFS

#define H5F_NCWFS   16

Function Documentation

◆ H5F_cwfs_add()

herr_t H5F_cwfs_add ( H5F_t f,
H5HG_heap_t heap 
)

◆ H5F_cwfs_advance_heap()

herr_t H5F_cwfs_advance_heap ( H5F_t f,
H5HG_heap_t heap,
hbool_t  add_heap 
)

◆ H5F_cwfs_find_free_heap()

herr_t H5F_cwfs_find_free_heap ( H5F_t f,
size_t  need,
haddr_t addr 
)

◆ H5F_cwfs_remove_heap()

herr_t H5F_cwfs_remove_heap ( H5F_shared_t shared,
H5HG_heap_t heap 
)