|
detalloc: Deterministic Real-Time Allocator $PROJECT_NUMBER
C99 constant-time pool allocator for hard real-time
|
#include <detalloc.h>
Include dependency graph for detalloc.c:Go to the source code of this file.
Functions | |
| const char * | det_version_string (void) |
| Get library version string "major.minor.patch". | |
| det_config_t | det_default_config (void) |
| Return a sensible Phase-1 default config. | |
| det_config_t det_default_config | ( | void | ) |
Return a sensible Phase-1 default config.
Defaults:
Definition at line 5 of file detalloc.c.
References det_config_t::align, det_config_t::block_size, det_config_t::num_blocks, and det_config_t::thread_safe.
| const char * det_version_string | ( | void | ) |
Get library version string "major.minor.patch".
Definition at line 3 of file detalloc.c.