coan 4.2.4
state_utils.c File Reference
#include "memory.h"
#include "state_utils.h"
Include dependency graph for state_utils.c:

Go to the source code of this file.

Functions

void component_initor (bool is_static, bool is_zero_initable, void **state, void **public_state, void const *initialiser, size_t size, void(*user_init)())
void component_finitor (bool is_static, void **state, void **public_state, void(*user_finis)())

Detailed Description

Use zallocate() to zallocate dynamic state storage

The file implements the State Utilities component.

Definition in file state_utils.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines