1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/flight/pios/common/libraries/FreeRTOS/Source/portable/MemMang
Stefan Karlsson d57e838ab1 LP-37 Fix alignment bug in in pvPortMallocGeneric
The allocation size was incremented by 'alignment' bytes when
'xWantedSize' was 'alignment' aligned, but not 'portBYTE_ALIGNMENT'
aligned.
2015-07-17 17:04:18 +02:00
..
heap_1.c LP-37 Fix alignment bug in in pvPortMallocGeneric 2015-07-17 17:04:18 +02:00
heap_2.c OP-1274: Update to FreeRTOS 8.0.1 2014-06-10 19:42:11 +02:00
heap_3.c OP-1274: Update to FreeRTOS 8.0.1 2014-06-10 19:42:11 +02:00
heap_4.c OP-1274: Update to FreeRTOS 8.0.1 2014-06-10 19:42:11 +02:00