mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-31 10:14:34 +00: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>