mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
Document H5D__chunk_mem_xfree_wrapper().
This commit is contained in:
parent
bd77af437f
commit
3dd539473b
@ -1444,6 +1444,11 @@ H5D__chunk_mem_xfree(void *chk, void *_pline)
|
||||
FUNC_LEAVE_NOAPI(NULL)
|
||||
} /* H5D__chunk_mem_xfree() */
|
||||
|
||||
/* H5D__chunk_mem_xfree_wrapper() safely adapts the type of
|
||||
* H5D__chunk_mem_xfree() to an H5MM_free_t callback, without making
|
||||
* compilers warn. It is used with H5D__chunk_mem_xfree_wrapper(), for
|
||||
* example.
|
||||
*/
|
||||
static void
|
||||
H5D__chunk_mem_xfree_wrapper(void *chk, void *_pline)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user