ssm  0.0.2
Runtime Library for the Sparse Synchronous Model
ssm_mem_statistics_pool Struct Reference

Statistics for a heap page pool; used in ssm_mem_statistics_t. More...

#include <ssm-internal.h>

Data Fields

size_t block_size
 Size of this pool's blocks. More...
 
size_t pages_allocated
 Number of pages allocated to this pool. More...
 
size_t free_list_length
 Length of the free list. More...
 

Detailed Description

Statistics for a heap page pool; used in ssm_mem_statistics_t.

Note
Define CONFIG_MEM_STATS to enable this.

Definition at line 250 of file ssm-internal.h.

Field Documentation

◆ block_size

size_t block_size

Size of this pool's blocks.

Definition at line 251 of file ssm-internal.h.

◆ pages_allocated

size_t pages_allocated

Number of pages allocated to this pool.

Definition at line 252 of file ssm-internal.h.

◆ free_list_length

size_t free_list_length

Length of the free list.

Definition at line 253 of file ssm-internal.h.


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