]> git.sur5r.net Git - freertos/commit
Correct calculation of xHeapStructSize in heap_4 and heap_5.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 25 Jun 2015 12:14:54 +0000 (12:14 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 25 Jun 2015 12:14:54 +0000 (12:14 +0000)
commit4669a8394bec1af2c25e983c4f65fb020ad64889
tree1e22a2917d89c3ef7555258a348aa89ae4b2274b
parent894895c816b6f0ba83a3c08a98b5da483897e44e
Correct calculation of xHeapStructSize in heap_4 and heap_5.
Convert uint32_t types to size_t types in heap_5.c, as was previously done for heap_4.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2355 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/portable/MemMang/heap_5.c