mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Co-authored-by: mattjala <124107509+mattjala@users.noreply.github.com>
This commit is contained in:
parent
fcd3b5a880
commit
6df5f12527
@ -158,7 +158,7 @@ Follow these simple rules and stay out of trouble:
|
|||||||
\li \Bold{Dynamic memory allocation:} The API contains a few functions in which the
|
\li \Bold{Dynamic memory allocation:} The API contains a few functions in which the
|
||||||
HDF5 library dynamically allocates memory on the caller's behalf. The caller owns
|
HDF5 library dynamically allocates memory on the caller's behalf. The caller owns
|
||||||
this memory and eventually must free it by calling H5free_memory() and not language-explicit memory functions.
|
this memory and eventually must free it by calling H5free_memory() and not language-explicit memory functions.
|
||||||
\li \Bold{Be careful with that saw:} Do not modify the underlying collection when an
|
\li \Bold{Don't modify while iterating:} Do not modify the underlying collection when an
|
||||||
iteration is in progress!
|
iteration is in progress!
|
||||||
\li \Bold{Use of locations:} Certain API functions, typically called \Code{H5***_by_name}
|
\li \Bold{Use of locations:} Certain API functions, typically called \Code{H5***_by_name}
|
||||||
use a combination of identifiers and path names to refer to HDF5 objects.
|
use a combination of identifiers and path names to refer to HDF5 objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user