]> begriffs open source - freertos/commit
Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[...
authorQikai <boyqikai@gmail.com>
Mon, 4 Oct 2021 18:15:00 +0000 (02:15 +0800)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 18:15:00 +0000 (11:15 -0700)
commit1fb4e847ed48963e0043dc4e9dcf3540d7797e44
treecf466279f0198d4a64a229c32b996fdaf66fdd7c
parent5f290e4559c651b7eb575fbb762c82ebd8f5b90e
Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[] (#238)

* Fix the defect that Heap_1.c may waste first 8 bytes of ucHeap[]

* Fix the same byte waste issue in heap_2
portable/MemMang/heap_1.c
portable/MemMang/heap_2.c