mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-05 00:29:02 +01:00
vApplicationMallocFailedHook was declared in each Heap file. which forces users to declare it and can cause problems if the prototype of the function changes. Co-authored-by: Pierre-Noel Bouteville <pnb990@gmail.com>