![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5CS_t |
Typedefs | |
| typedef struct H5CS_t | H5CS_t |
Functions | |
| herr_t | H5CS_print_stack (const H5CS_t *fstack, FILE *stream) |
| herr_t | H5CS_push (const char *func_name) |
| herr_t | H5CS_pop (void) |
| H5CS_t * | H5CS_copy_stack (void) |
| herr_t | H5CS_close_stack (H5CS_t *stack) |
Variables | |
| H5CS_t | H5CS_stack_g [1] |
References HDassert(), NULL, H5CS_t::nused, H5CS_t::rec, and u.
Referenced by H5FL_blk_free(), H5FL_blk_realloc(), H5FL_fac_free(), and H5FL_reg_free().
| H5CS_t* H5CS_copy_stack | ( | void | ) |
References HDassert(), H5CS_t::nalloc, NULL, H5CS_t::nused, H5CS_t::rec, ret_value, and u.
Referenced by H5FL_blk_realloc().
| herr_t H5CS_pop | ( | void | ) |
References HDassert(), and H5CS_t::nused.
References H5_lib_vers_info_g, HDassert(), HDfprintf(), indent, H5CS_t::nused, and H5CS_t::rec.
| herr_t H5CS_push | ( | const char * | func_name | ) |
References HDassert(), H5CS_t::nalloc, H5CS_t::nused, and H5CS_t::rec.
| H5CS_t H5CS_stack_g[1] |