HDF5  1.12.0
H5MM_block_t Struct Reference

Data Fields

unsigned char sig [H5MM_SIG_SIZE]
 
struct H5MM_block_tnext
 
struct H5MM_block_tprev
 
union {
   struct {
      size_t   size
 
      hbool_t   in_use
 
   }   info
 
   double   _align
 
u
 
unsigned char b []
 

Field Documentation

◆ _align

double _align

◆ b

unsigned char b[]

◆ in_use

hbool_t in_use

◆ info

struct { ... } info

◆ next

struct H5MM_block_t* next

◆ prev

struct H5MM_block_t* prev

◆ sig

unsigned char sig[H5MM_SIG_SIZE]

◆ size

size_t size

◆ u

union { ... } u

The documentation for this struct was generated from the following file: