H5Pget_chunk_cache

fnherr_t H5Pget_chunk_cache(hid_t dapl_id, size_t * rdcc_nslots, size_t * rdcc_nbytes, double * rdcc_w0)

Gets the raw data chunk cache parameters.

Parameters

dapl_idDataset access property list identifier
rdcc_nslotsPointer to receive the number of chunk slots
rdcc_nbytesPointer to receive the total cache size
rdcc_w0Pointer to receive the preemption policy

Returns

Non-negative on success, negative on failure.