Events generated by heap functions. More...
Functions | |
void | EvrFreeRTOSHeap_Malloc (void *pvAddress, uint32_t uiSize) |
Event on heap memory block allocation (Op) More... | |
void | EvrFreeRTOSHeap_Free (void *pvAddress, uint32_t uiSize) |
Event on heap memory block free (Op) More... | |
Events generated by heap functions.
void EvrFreeRTOSHeap_Free | ( | void * | pvAddress, |
uint32_t | uiSize | ||
) |
Event on heap memory block free (Op)
[in] | pvAddress | pointer to memory block. |
[in] | uiSize | memory block size. |
The event Heap_Free is generated when a memory block previously allocated by malloc is deallocated.
Value in the Event Recorder shows:
void EvrFreeRTOSHeap_Malloc | ( | void * | pvAddress, |
uint32_t | uiSize | ||
) |
Event on heap memory block allocation (Op)
[in] | pvAddress | pointer to memory block. |
[in] | uiSize | memory block size. |
The event Heap_Malloc is generated when a heap memory block is successfully allocated.
Value in the Event Recorder shows: