esp-idf/components/heap/test_apps/heap_tests/main
Guillaume Souchere 5740323822 fix(heap): Add missing test for heap task tracking config
- Add sdkconfig.ci.task_tracking that runs generic tests
with heap task tracking enabled.
- Add task_tracking.c that includes a test checking that
a created task that allocates memory is added to the list
of task tracked by the heap task tracking feature.
2023-11-16 02:57:15 +00:00
..
CMakeLists.txt fix(heap): Add missing test for heap task tracking config 2023-11-16 02:57:15 +00:00
test_aligned_alloc_caps.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_allocator_timings.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
test_corruption_check.c fix(heap): Fixed integrity check on used blocks by the tlsf component 2023-10-16 12:29:38 +02:00
test_diram.c heap: enable qemu tests 2023-06-20 16:03:41 +02:00
test_heap_main.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_heap_trace.c feat(heap): update hash map to use singly linked list 2023-10-19 14:50:05 +02:00
test_malloc_caps.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-12 08:11:24 +02:00
test_malloc.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_realloc.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_runtime_heap_reg.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_task_tracking.c fix(heap): Add missing test for heap task tracking config 2023-11-16 02:57:15 +00:00