Skip to content

C++ Overriding New and Delete #1440

@jondurrant

Description

@jondurrant

New and Delete can only be overridden when C++ Exceptions are enabled with set(PICO_CXX_ENABLE_EXCEPTIONS 1). Yet there are times when I may wish to override New and Delete operators without using Exceptions.

My context issuing FreeRTOS Heap model for New and Delete.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions