Quality RTOS & Embedded Software

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


Loading

How to use operator new to do port malloc? Can't incluce in XIlinx SDK.

Posted by trob76 on December 29, 2015

I am trying to use the malloc in heap_4 when a new in cpp is used. Scott Meyers' book indicates I can replace the new operator using operator new. However, I cannot include or . The code for operator new dose not get linked and the new operator is called normally without changing the memory allocation. The result is bad alloc. Is there something to reference about this?


How to use operator new to do port malloc? Can't incluce in XIlinx SDK.

Posted by rtel on December 30, 2015

Does the code here https://github.com/richard-damon/FreeRTOScpp demonstrate how this is done?


How to use operator new to do port malloc? Can't incluce in XIlinx SDK.

Posted by richard_damon on December 30, 2015

My cpp wrapper doesn't wrap new (yet), since you REALLY want to replace/fix malloc so that everything is fixed and how to do that is library dependent.

To fix just new, you just need to define void* operator new (std::sizet size) throw (std::badalloc); and void* operator new (std::sizet size, const std::nothrowt& nothrow_value) throw(); in your code (the first should throw on failure, and the second return 0, like malloc does).

Both should call a thread safe version of malloc and return (or throw).


[ 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