typedef struct {
unsigned *head;
CTL_EVENT_SET_t *e;
CTL_EVENT_SET_t blockavailable;
} CTL_MEMORY_AREA_t;CTL_MEMORY_AREA_t defines the memory area structure. The memory area structure contains:
| Member | Description |
| head | the next free memory block |
| e | the event set containing the blockavailable event |
| blockavailable | the blockavailable event |