esp-idf/components/heap
Angus Gratton a5ae5ac4b3 soc: Allow components to reserve fixed memory ranges that they need
No longer necessary to keep all reserved addresses in 'soc'.

Means 'soc' does not need to know about 'bt', for example.

Also means that Bluetooth can be enabled in config without any memory being reserved for BT
controller. Only if code calling the BT controller is linked in, will this memory be reserved...
2018-08-06 01:37:55 +00: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 soc: Allow components to reserve fixed memory ranges that they need 2018-08-06 01:37:55 +00:00
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