H5Pset_alloc_time
fn
herr_t H5Pset_alloc_time(hid_t plist_id, int alloc_time)Sets the space allocation time for dataset storage.
Parameters
plist_id | Dataset creation property list identifier |
alloc_time | Allocation time (H5D_ALLOC_TIME) |
Returns
Non-negative on success, negative on failure.