LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
Structure for an allocated memory segment. Describes the allocated memory with a pointer to the start and its size. More...
#include <memory_types.h>
Data Fields | |
void * | pvAddr |
Pointer to the allocated memory. | |
size_t | zSize |
Size of the allocated memory, in bytes. | |
size_t | iRefCount |
The reference count for this memory. | |
Structure for an allocated memory segment. Describes the allocated memory with a pointer to the start and its size.
size_t JUNO_MEMORY_TAG::iRefCount |
The reference count for this memory.
void* JUNO_MEMORY_TAG::pvAddr |
Pointer to the allocated memory.
size_t JUNO_MEMORY_TAG::zSize |
Size of the allocated memory, in bytes.