mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-27 08:14:37 +00:00
Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483)
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>
This commit is contained in:
committed by
GitHub
parent
b00250372e
commit
e73fabce9a
1
.github/lexicon.txt
vendored
1
.github/lexicon.txt
vendored
@@ -2476,6 +2476,7 @@ vapplicationgetidletaskmemory
|
||||
vapplicationgettimertaskmemory
|
||||
vapplicationidlehook
|
||||
vapplicationirqhandler
|
||||
vapplicationmallocfailedhook
|
||||
vapplicationsetuptickinterrupt
|
||||
vapplicationsetupticktimerinterrupt
|
||||
vapplicationsetuptimerinterrupt
|
||||
|
||||
Reference in New Issue
Block a user