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

A memory pool, which maintains a free list. More...

+ Collaboration diagram for mem_pool:

Data Fields

block_tfree_list_head
 Pointer to the beginning of the free list. More...
 

Detailed Description

A memory pool, which maintains a free list.

The size of blocks maintained by a memory pool is implicit in its position within mem_pools.

Definition at line 47 of file ssm-mem.c.

Field Documentation

◆ free_list_head

block_t* free_list_head

Pointer to the beginning of the free list.

Definition at line 48 of file ssm-mem.c.


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