mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
462e9a373f
* Create 2D arrays on the heap by malloc'ing `struct { TYPE arr[ROWS][COLS]; }`. This avoids the double-indirection through pointers and the additional memory of H5TEST_ALLOCATE_2D_ARRAY(). This change will safely quiet the cast warning that PR #1129 was intended to fix. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
testfiles | ||
vds | ||
clear_open_chk.c | ||
CMakeLists.txt | ||
CMakeTestsClear.cmake | ||
CMakeTestsMkgrp.cmake | ||
CMakeTestsRepart.cmake | ||
h5clear_gentest.c | ||
h5perf_gentest.c | ||
h5repart_gentest.c | ||
Makefile.am | ||
repart_test.c | ||
talign.c | ||
testh5clear.sh.in | ||
testh5mkgrp.sh.in | ||
testh5repart.sh.in |