Quality RTOS & Embedded Software

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


Loading

pvPortMalloc() allocates extra bytes

Posted by chaabanemalki on August 25, 2014

Hello, I notice that if I allocate 6 bytes using pvPortMalloc(6), FreeRTOS+Trace shows me that the kernel allocated 16 bytes and not 6, I tried different values but FreeRTOS+Traces always shows me different values than the ones I put in my code and with no pattern between them.

I'm not sure if this is normal or it is freeRTOS+Trace who shows wronge values.

I checked the value passed to pvPortMalloc( size_t xWantedSize )

and the definition of sizet is : typedef __SIZETYPE__ size_t; /* type yielded by sizeof */

I'm using PIC32, and i'm not sure if size_t will be considered as int32 or int8.

Thank you.


pvPortMalloc() allocates extra bytes

Posted by bowerymarc on August 25, 2014

Take a look at the heap code and you’ll understand why there’s a difference.

On Aug 25, 2014, at 9:03 AMEDT, Hicham chaabanemalki@users.sf.net wrote:

Hello, I notice that if I allocate 6 bytes using pvPortMalloc(6), FreeRTOS+Trace shows me that the kernel allocated 16 bytes and not 6, I tried different values but FreeRTOS+Traces always shows me different values than the ones I put in my code and with no pattern between them.

I'm not sure if this is normal or it is freeRTOS+Trace who shows wronge values.

I checked the value passed to pvPortMalloc( size_t xWantedSize )

and the definition of sizet is : typedef SIZETYPE size_t; / type yielded by sizeof /

I'm using PIC32, and i'm not sure if size_t will be considered as int32 or int8.

Thank you.

pvPortMalloc() allocates extra bytes

Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/freertos/discussion/382005/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/


pvPortMalloc() allocates extra bytes

Posted by chaabanemalki on August 25, 2014
		/* The wanted size is increased so it can contain a BlockLink_t
		structure in addition to the requested amount of bytes. */

got it ;). I should take these 10 extra bytes in consideration when calculating the heap worst case scenario.


[ 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