LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
Union for a generic memory allocation. Accommodates various allocation types, currently including block-based allocations. More...
#include <memory_types.h>
Data Fields | |
JUNO_MEMORY_ALLOC_HDR_T | tHdr |
Common header for any allocation type. | |
JUNO_MEMORY_BLOCK_T | tBlock |
Block-based allocation structure. | |
Union for a generic memory allocation. Accommodates various allocation types, currently including block-based allocations.
JUNO_MEMORY_BLOCK_T JUNO_MEMORY_ALLOC_TAG::tBlock |
Block-based allocation structure.
JUNO_MEMORY_ALLOC_HDR_T JUNO_MEMORY_ALLOC_TAG::tHdr |
Common header for any allocation type.