esp-idf/components/heap
Angus Gratton 420aef1ffe Updates for riscv support
* Target components pull in xtensa component directly
* Use CPU HAL where applicable
* Remove unnecessary xtensa headers
* Compilation changes necessary to support non-xtensa gcc types (ie int32_t/uint32_t is no
  longer signed/unsigned int).

Changes come from internal branch commit a6723fc
2020-11-13 07:49:11 +11:00
..
include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_multi_heap_host Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk heap_tlsf: added implementation of TLSF allocator 2020-10-13 23:52:03 +00:00
heap_caps_init.c heap: make compatible with non-OS builds, remove target dependence 2019-12-27 12:40:06 +01:00
heap_caps.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_private.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_task_info.c heap: Add task tracking option for heap usage monitoring 2018-02-20 10:32:06 +11:00
heap_tlsf_block_functions.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_tlsf_config.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_tlsf.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_tlsf.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_trace_standalone.c heap: Separate standalone and common part of tracing module 2019-04-01 15:56:15 +03:00
Kconfig heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
linker.lf Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
multi_heap_config.h Try to merge tail with next block when splitting 2018-04-03 12:30:52 +10:00
multi_heap_internal.h heap_tlsf: added implementation of TLSF allocator 2020-10-13 23:52:03 +00:00
multi_heap_platform.h Updates for riscv support 2020-11-13 07:49:11 +11:00
multi_heap_poisoning.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
multi_heap.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00