]> begriffs open source - freertos/commit
Bring the heap_4 improvements to secure_heap (#749)
authorMoral-Hao <sihunzhilei@126.com>
Wed, 16 Aug 2023 16:26:58 +0000 (00:26 +0800)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 16:26:58 +0000 (21:56 +0530)
commitbd720c316a39cba26ef7e619a70f87f9017224df
tree70538b597b356b32334f69df9b1bb5ea6c9182f5
parentbcd6dbd77293596e3bd69cae68f8b3b3de9f5d4d
Bring the heap_4 improvements to secure_heap (#749)

This includes improvements like addition overflow checks,
readability improvements.
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