LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CJUNO_HASH_API_TAG
 CJUNO_MAP_API_TAG
 CJUNO_MAP_TAG
 CJUNO_MEMORY_ALLOC_HDR_TAGStructure for memory allocation header. Contains general information including the type of allocation
 CJUNO_MEMORY_ALLOC_TAGUnion for a generic memory allocation. Accommodates various allocation types, currently including block-based allocations
 CJUNO_MEMORY_API_TAGAPI for generic memory allocation operations
 CJUNO_MEMORY_BLOCK_METADATA_TAG
 CJUNO_MEMORY_BLOCK_TAGStructure representing a block-based memory allocator. Manages a fixed-size memory area along with associated free memory tracking
 CJUNO_MEMORY_TAGStructure for an allocated memory segment. Describes the allocated memory with a pointer to the start and its size
 CJUNO_STRING_API_TAG
 CJUNO_STRING_TAG
 CJUNO_TABLE_API_TAG
 CJUNO_TABLE_HDR_TAG
 CJUNO_TABLE_TAG