ssm
0.0.2
Runtime Library for the Sparse Synchronous Model
|
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... | |
Statistics for a heap page pool; used in ssm_mem_statistics_t.
Definition at line 250 of file ssm-internal.h.
size_t block_size |
Size of this pool's blocks.
Definition at line 251 of file ssm-internal.h.
size_t pages_allocated |
Number of pages allocated to this pool.
Definition at line 252 of file ssm-internal.h.
size_t free_list_length |
Length of the free list.
Definition at line 253 of file ssm-internal.h.