summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5D/tfiles/16/h5ex_d_alloc.tst
blob: 92f04ee7bcac3f89eb007f83050c675d76eef805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Creating datasets...
DS1 has allocation time H5D_ALLOC_TIME_LATE
DS2 has allocation time H5D_ALLOC_TIME_EARLY

Space for DS1 has not been allocated.
Storage size for DS1 is: 0 bytes.
Space for DS2 has been allocated.
Storage size for DS2 is: 112 bytes.

Writing data...

Space for DS1 has been allocated.
Storage size for DS1 is: 112 bytes.
Space for DS2 has been allocated.
Storage size for DS2 is: 112 bytes.