Quality RTOS & Embedded Software

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


Loading

How is Heap2.c allocating memory ?

Posted by Angel Eyes on August 24, 2008

I am trying to port FREERTOS to Samsung S3C4510 processor as I had mentioned in my previous posts . I went through the heap_2.c file . But I am unable to understand , how without the help of the linker , memory is allocated . From where does heap_2.c get to know from where to allocsate stack space , it has to know the memory map somehow ? How is it accomplished ?
Thank you.

RE: How is Heap2.c allocating memory ?

Posted by Dave on August 24, 2008
Heap2 just uses a large array of memory that is dimensioned using the configTOTAL_HEAP_SIZE compile time option.

RE: How is Heap2.c allocating memory ?

Posted by Angel Eyes on August 24, 2008
Yes, saw the declaration in FreeRTOSConfig.h now , thanks .

So we can not actually call it Dynamic memory allocation ? Moreover whether we use it or not that part of the memory is always allocated , right ? So for any number of tasks the allocation is the same .

Also I want to understand the TCB allocation and the scheduler code, the code is very well commented , but there are areas where I am finding it a bit difficult to follow the logic . Are the comments in the code the only way to understand the code flow or is there any other way , is there some documentation in FreeRTOS.org that I am missing out ? I mean what do I need to do if I want to understand the entire source code ?



RE: How is Heap2.c allocating memory ?

Posted by Dave on August 24, 2008
It is an area of memory that is reserved for use by the heap through calls to pvPortMalloc and vPortFree in exactly the same way that the linker script is often used to reserve a portion of memory for use by malloc and free.


[ 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