Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

vTaskDelete memory free

Posted by Prithwee on February 27, 2009
Hi All,

According to FreeRTOS User Documentationà vTaskDelete,

“Memory allocated by the task code is not automatically freed, and should be freed before the task is deleted.”

What does it mean?

My understanding is that once I call vTaskDelete( NULL ); the present task will go to delete state and is deleted when processor gets the time for IDLE task.
In Idle task it calls -> prvDeleteTCB( tskTCB *pxTCB ) and there by FREEs the Task’s Stack (vPortFree( pxTCB->pxStack );) and TCB.( vPortFree( pxTCB );)

Is there anything else I should do from the application layer other than calling vTaskDelete( TaskHandle)???

I am not able to understand “Memory allocated by the task code is not automatically freed, and should be freed before the task is deleted.”

Do you have any example?

Please correct me if I am wrong.

TIA.

Regards,
Prithwee.

RE: vTaskDelete memory free

Posted by Richard Damon on February 27, 2009
If the task allocated any buffer or queue then those are not going to be reclaimed by task delete. vTaskDelete will schedule for the tasks TCB and stack block to be deleted, but not any resources the task setup itself, the allocation code does not keep track of which task allocated what memory, or if it has passed that memory to someone else.

RE: vTaskDelete memory free

Posted by Prithwee on February 27, 2009
OK. Thanks, i got the point.

i have taken care of vPortFree for whichever pointer created by pvPortMalloc.

Regards,
Prithwee.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner