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

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.
 

Detailed Description

Structure for an allocated memory segment. Describes the allocated memory with a pointer to the start and its size.

Field Documentation

◆ iRefCount

size_t JUNO_MEMORY_TAG::iRefCount

The reference count for this memory.

◆ pvAddr

void* JUNO_MEMORY_TAG::pvAddr

Pointer to the allocated memory.

◆ zSize

size_t JUNO_MEMORY_TAG::zSize

Size of the allocated memory, in bytes.


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