This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-09-27 02:13:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccfbba59940a93a4b419b32fc56be0de1fa44d0e
esp-idf
/
components
/
heap
History
Guillaume Souchere
2b5a844640
heap: fix the boundary checks when adding a new region
2022-10-05 15:08:21 +02:00
..
include
heap: remove misleading info about malloc being equivalent to heap_caps_malloc(p, MALLOC_CAP_8BIT)
2022-09-01 11:39:34 +08:00
port
heap: update esp32c6 memory layout
2022-09-29 11:13:06 +08:00
test_apps
heap: fix the boundary checks when adding a new region
2022-10-05 15:08:21 +02:00
test_multi_heap_host
heap: Add test to check that the corruption of free memory is detected
2022-08-26 08:25:39 +02:00
tlsf
@
ab17d6798d
heap: Provide definition of the tlsf_check_hook() declared in the tlsf submodule
2022-08-26 08:20:50 +02:00
CMakeLists.txt
…
heap_caps_init.c
heap: fix the boundary checks when adding a new region
2022-10-05 15:08:21 +02:00
heap_caps.c
…
heap_private.h
…
heap_task_info.c
…
heap_trace_standalone.c
…
Kconfig
…
linker.lf
…
multi_heap_config.h
…
multi_heap_internal.h
…
multi_heap_platform.h
…
multi_heap_poisoning.c
TLSF: fix the patch for tlsf_check function in ROM
2022-08-31 13:30:10 +08:00
multi_heap.c
TLSF: fix the patch for tlsf_check function in ROM
2022-08-31 13:30:10 +08:00
tlsf_platform.h
…