esp-idf/components/heap
Angus Gratton ae59d7522a heap: heap_caps_malloc(..., MALLOC_CAP_32_BIT) should always align a 32-bit aligned size
Fixes crash in heap poisoning code if a non-32bit-aligned size is specified.
2018-07-31 14:29:31 +10:00
..
include
test heap: Fix heap metadata test to account for background memory allocations 2018-07-30 11:41:30 +10:00
test_multi_heap_host test_multi_heap_host: Remove race conditions from parallel "make clean test" 2018-05-22 12:09:30 +10:00
Kconfig
component.mk
heap_caps.c heap: heap_caps_malloc(..., MALLOC_CAP_32_BIT) should always align a 32-bit aligned size 2018-07-31 14:29:31 +10:00
heap_caps_init.c
heap_private.h heap: move get_all_caps to IRAM, used in unit test 2018-07-24 09:56:40 +03:00
heap_task_info.c
heap_trace.c
multi_heap.c
multi_heap_config.h
multi_heap_internal.h
multi_heap_platform.h heap: fix build failure due to missing header 2018-04-26 11:08:58 +05:30
multi_heap_poisoning.c assert: Fix. Move useful functions from wrapped assert functions 2018-06-22 15:17:55 +05:00