adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
606 stars 492 forks source link

Making new/delete operators overridable #828

Closed attermann closed 1 month ago

attermann commented 1 month ago

Added __attribute__((weak)) weak linking annotation to new and delete operator overrides to allow for user-defined overrides.