LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_MEMORY_ALLOC_TAG Union Reference

Union for a generic memory allocation. Accommodates various allocation types, currently including block-based allocations. More...

#include <memory_types.h>

Collaboration diagram for JUNO_MEMORY_ALLOC_TAG:

Data Fields

JUNO_MEMORY_ALLOC_HDR_T tHdr
 Common header for any allocation type.
 
JUNO_MEMORY_BLOCK_T tBlock
 Block-based allocation structure.
 

Detailed Description

Union for a generic memory allocation. Accommodates various allocation types, currently including block-based allocations.

Field Documentation

◆ tBlock

JUNO_MEMORY_BLOCK_T JUNO_MEMORY_ALLOC_TAG::tBlock

Block-based allocation structure.

◆ tHdr

JUNO_MEMORY_ALLOC_HDR_T JUNO_MEMORY_ALLOC_TAG::tHdr

Common header for any allocation type.


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