The license could not be verified: License Certificate has expired!
changes.mady.by.user Barbara Jones
Saved on Jan 03, 2018
Saved on Aug 09, 2019
Gets the memory manager for variable-length datatype allocation in H5Dread and H5Dvlen_reclaim
H5P_GET_VLEN_MEM_MANAGER (plist, alloc, alloc_info, free, free_info )
<pre><code class="language-c">herr_t H5Pget_vlen_mem_manager(hid_t plist, H5MM_allocate_t *alloc, void **alloc_info, H5MM_free_t *free, void **free_info)</code></pre>
<pre><code class="language-fortran">NONE</code></pre>
hid_t plist
H5MM_allocate_t *alloc
NULL
malloc
void **alloc_info
H5MM_free_t *free
free
void **free_info
H5P_GET_VLEN_MEM_MANAGER is the companion function to H5P_SET_VLEN_MEM_MANAGER, returning the parameters set by that function.
Returns a non-negative value if successful; otherwise returns a negative value.
Coming Soon!