esp-idf/components/heap
Ivan Grokhotkov 9a2583122c heap/tests: make IRAM allocation size divisible by 4
heap_caps_malloc will fail to poison a block in IRAM with size not
divisible by 4. The proper fix will be to make poisoning code
smarter, or to disallow allocations from IRAM with size not aligned
by 4.
2018-07-25 09:45:39 +03:00
..
include
test heap/tests: make IRAM allocation size divisible by 4 2018-07-25 09:45:39 +03:00
test_multi_heap_host
Kconfig
component.mk
heap_caps.c
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
multi_heap_poisoning.c assert: Fix. Move useful functions from wrapped assert functions 2018-06-22 15:17:55 +05:00