Events generated by heap functions. More...
Functions | |
| void | EvrFreeRTOSHeap_Malloc (void *pvAddress, uint32_t uiSize) | 
| Event on heap memory block allocation (Op)   | |
| void | EvrFreeRTOSHeap_Free (void *pvAddress, uint32_t uiSize) | 
| Event on heap memory block free (Op)   | |
Events generated by heap functions.
      
  | 
  extern | 
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:
      
  | 
  extern | 
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: