HDF5  1.13.0
H5_alloc_stats_t Struct Reference

[H5O_token_t_snip] More...

#include <H5public.h>

Data Fields

unsigned long long total_alloc_bytes
 
size_t curr_alloc_bytes
 
size_t peak_alloc_bytes
 
size_t max_block_size
 
size_t total_alloc_blocks_count
 
size_t curr_alloc_blocks_count
 
size_t peak_alloc_blocks_count
 

Detailed Description

[H5O_token_t_snip]

Allocation statistics info struct

Field Documentation

◆ curr_alloc_blocks_count

size_t curr_alloc_blocks_count

Current # of blocks allocated

◆ curr_alloc_bytes

size_t curr_alloc_bytes

Current # of bytes allocated

◆ max_block_size

size_t max_block_size

Largest block allocated

◆ peak_alloc_blocks_count

size_t peak_alloc_blocks_count

Peak # of blocks allocated

◆ peak_alloc_bytes

size_t peak_alloc_bytes

Peak # of bytes allocated

◆ total_alloc_blocks_count

size_t total_alloc_blocks_count

Running count of total # of blocks allocated

◆ total_alloc_bytes

unsigned long long total_alloc_bytes

Running count of total # of bytes allocated


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