Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5_alloc_stats_t Struct Reference

#include <H5public.h>

Detailed Description

Allocation statistics info struct

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
 

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: