]> begriffs open source - freertos/commit
Improve the speed of split memory. (#738)
authorMoral-Hao <sihunzhilei@126.com>
Thu, 3 Aug 2023 12:16:12 +0000 (20:16 +0800)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 12:16:12 +0000 (17:46 +0530)
commita5bf4d9a7f5fbbb6110ee329c8517641efb9f563
treeedbaa1cad72e3ab423dfde79683c2f3a35f74f00
parentdd1b87dae9e6ca358e67b56a045a5737c696720e
Improve the speed of split memory. (#738)

Co-authored-by: moral-hao <405197809@qq.com>
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
14 files changed:
portable/ARMv8M/secure/heap/secure_heap.c
portable/GCC/ARM_CM23/secure/secure_heap.c
portable/GCC/ARM_CM33/secure/secure_heap.c
portable/GCC/ARM_CM35P/secure/secure_heap.c
portable/GCC/ARM_CM55/secure/secure_heap.c
portable/GCC/ARM_CM85/secure/secure_heap.c
portable/IAR/ARM_CM23/secure/secure_heap.c
portable/IAR/ARM_CM33/secure/secure_heap.c
portable/IAR/ARM_CM35P/secure/secure_heap.c
portable/IAR/ARM_CM55/secure/secure_heap.c
portable/IAR/ARM_CM85/secure/secure_heap.c
portable/MemMang/heap_2.c
portable/MemMang/heap_4.c
portable/MemMang/heap_5.c