]> granicus.if.org Git - esp-idf/commit
FreeRTOS: temporary solution for memory canaries and memory debug
authorliuzhifu <liuzhifu@espressif.com>
Wed, 7 Sep 2016 13:52:24 +0000 (21:52 +0800)
committerliuzhifu <liuzhifu@espressif.com>
Wed, 7 Sep 2016 13:52:24 +0000 (21:52 +0800)
commitb21d2dfa6bb8b1c4d78c84124eb0e516410b3f0b
treee74b89e2c2f02a0d67365be18d2d4785f88dbc13
parent1a6e63feefb16d023e6c25cae0a3c4a4fd7fad80
FreeRTOS: temporary solution for memory canaries and memory debug

1. This is just a temporary solution, it will be removed when umm_malloc is ready
2. Support memory canaries mechanism
2. Add debug code to show allocated memory info
components/freertos/Kconfig
components/freertos/heap_regions.c
components/freertos/heap_regions_debug.c [new file with mode: 0644]
components/freertos/include/freertos/FreeRTOS.h
components/freertos/include/freertos/FreeRTOSConfig.h
components/freertos/include/freertos/heap_regions_debug.h [new file with mode: 0644]