]> git.sur5r.net Git - freertos/commit
Added a call to vApplicationMallocFailedHook() when pvPortMalloc() returns NULL.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 21 Jul 2009 17:25:55 +0000 (17:25 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 21 Jul 2009 17:25:55 +0000 (17:25 +0000)
commitc08ca1ab57c7e810e9ba2a112bc89f0733f9bc4c
tree2f0cbe4c989119812af72be8ca9bd9d67f274dbb
parentaf11bb38fc57574f8aecfe95209c34b4df784b84
Added a call to vApplicationMallocFailedHook() when pvPortMalloc() returns NULL.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@820 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/MemMang/heap_1.c
Source/portable/MemMang/heap_2.c
Source/portable/MemMang/heap_3.c