Uses of Class
org.bytedeco.hdf5.H5MM_allocate_t
-
Packages that use H5MM_allocate_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5MM_allocate_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 with parameters of type H5MM_allocate_t Modifier and Type Method Description void
DSetMemXferPropList. getVlenMemManager(H5MM_allocate_t alloc, PointerPointer alloc_info, H5MM_free_t _free, PointerPointer free_info)
void
DSetMemXferPropList. getVlenMemManager(H5MM_allocate_t alloc, Pointer alloc_info, H5MM_free_t _free, Pointer free_info)
void
DSetMemXferPropList. setVlenMemManager(H5MM_allocate_t alloc, Pointer alloc_info, H5MM_free_t _free, Pointer free_info)
-
Uses of H5MM_allocate_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5MM_allocate_t Modifier and Type Method Description static int
hdf5. H5Pget_vlen_mem_manager(long plist_id, H5MM_allocate_t alloc_func, PointerPointer alloc_info, H5MM_free_t free_func, PointerPointer free_info)
\ingroup DXPL \brief Gets the memory manager for variable-length datatype allocation in H5Dread() and H5Dvlen_reclaim()static int
hdf5. H5Pget_vlen_mem_manager(long plist_id, H5MM_allocate_t alloc_func, Pointer alloc_info, H5MM_free_t free_func, Pointer free_info)
static int
hdf5. H5Pset_vlen_mem_manager(long plist_id, H5MM_allocate_t alloc_func, Pointer alloc_info, H5MM_free_t free_func, Pointer free_info)
\ingroup DXPL \brief Sets the memory manager for variable-length datatype allocation in H5Dread() and H5Dvlen_reclaim() \dxpl_id{plist_id}
-