esp-idf/components/heap
Guillaume Souchere 75e1c4d0fb heap: Update host tests after incorporation of the new TLSF implementation 2022-10-27 09:36:17 +02:00
..
include heap: remove misleading info about malloc being equivalent to heap_caps_malloc(p, MALLOC_CAP_8BIT) 2022-09-01 14:33:03 +08:00
port bugfix: DCache data memory is dma accessible but not retention dma accessible 2022-08-09 20:56:51 +08:00
test heap: Add test to check that the corruption of free memory is detected 2022-08-26 07:51:29 +02:00
test_multi_heap_host heap: Update host tests after incorporation of the new TLSF implementation 2022-10-27 09:36:17 +02:00
CMakeLists.txt
Kconfig
component.mk
heap_caps.c heap: add a unit test for malloc(0) and slightly optimize heap_caps_malloc_prefer 2022-08-10 11:41:01 +08:00
heap_caps_init.c
heap_private.h
heap_task_info.c
heap_tlsf.c heap: update the calculation of fl index max and use bitfield in control_t 2022-10-27 09:36:17 +02:00
heap_tlsf.h heap: update the calculation of fl index max and use bitfield in control_t 2022-10-27 09:36:17 +02:00
heap_tlsf_block_functions.h heap: update the calculation of fl index max and use bitfield in control_t 2022-10-27 09:36:17 +02:00
heap_tlsf_config.h heap: update the calculation of fl index max and use bitfield in control_t 2022-10-27 09:36:17 +02:00
heap_trace_standalone.c
linker.lf
multi_heap.c heap: update the calculation of fl index max and use bitfield in control_t 2022-10-27 09:36:17 +02:00
multi_heap_config.h
multi_heap_internal.h
multi_heap_platform.h
multi_heap_poisoning.c