mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04: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:
parent
b00250372e
commit
e73fabce9a
7 changed files with 14 additions and 5 deletions
1
.github/lexicon.txt
vendored
1
.github/lexicon.txt
vendored
|
@ -2476,6 +2476,7 @@ vapplicationgetidletaskmemory
|
|||
vapplicationgettimertaskmemory
|
||||
vapplicationidlehook
|
||||
vapplicationirqhandler
|
||||
vapplicationmallocfailedhook
|
||||
vapplicationsetuptickinterrupt
|
||||
vapplicationsetupticktimerinterrupt
|
||||
vapplicationsetuptimerinterrupt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue