Skip to content

Commit

Permalink
Protect the memory limits and fix factory issues
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Jul 13, 2024
1 parent c0ccec2 commit 1e584c1
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 132 deletions.
3 changes: 3 additions & 0 deletions src/H5.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ H5_init_library(void)
herr_t (*func)(void);
const char *descr;
} initializer[] = {
#ifdef H5_HAVE_CONCURRENCY
{H5FL_init, "free lists"},
#endif
{H5E_init, "error"}
, {H5VL_init_phase1, "VOL"}
, {H5SL_init, "skip lists"}
Expand Down
Loading

0 comments on commit 1e584c1

Please sign in to comment.