You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.