![]() |
HDF5
1.10.9-1
C-API Reference
|
#include <H5public.h>
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 |
size_t curr_alloc_blocks_count |
Current # of blocks allocated
size_t curr_alloc_bytes |
Current # of bytes allocated
size_t max_block_size |
Largest block allocated
size_t peak_alloc_blocks_count |
Peak # of blocks allocated
size_t peak_alloc_bytes |
Peak # of bytes allocated
size_t total_alloc_blocks_count |
Running count of total # of blocks allocated
unsigned long long total_alloc_bytes |
Running count of total # of bytes allocated