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.