![]() |
HDF5
1.12.0
|
#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) |
| #define H5F_NCWFS 16 |
| herr_t H5F_cwfs_add | ( | H5F_t * | f, |
| H5HG_heap_t * | heap | ||
| ) |
| 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 | ||
| ) |
1.8.18