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-08-29 13:45:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
03b2f53f766c7e77565843a152af9f720cbe3d07
esp-idf
/
components
/
heap
History
Guillaume Souchere
102d290eb9
fix(heap): Wrong address calculation in heap_caps_free
...
Make sure that DRAM != IRAM before getting the DRAM address from a IRAM allocation.
2025-03-13 10:30:42 +01:00
..
include
fix(heap): Tracing of all heap_caps API
2024-06-25 11:57:09 +02:00
port
fix(heap): MALLOC_CAP_EXEC does not allocate in RTC IRAM
2024-12-30 09:06:54 +01:00
test_apps
fix(heap): Fix wrong config to enable MALLOC_CAP_EXEC in memory_layout.c
2024-11-26 12:41:16 +01:00
test_multi_heap_host
…
tlsf
@
d2e28f8724
…
CMakeLists.txt
fix(heap): Tracing of all heap_caps API
2024-06-25 11:57:09 +02:00
heap_caps_base.c
fix(heap): Wrong address calculation in heap_caps_free
2025-03-13 10:30:42 +01:00
heap_caps_init.c
fix(heap): fix warnings found by GNU static analyzer
2024-08-21 14:03:48 +07:00
heap_caps_linux.c
…
heap_caps.c
fix(heap): Tracing of all heap_caps API
2024-06-25 11:57:09 +02:00
heap_private.h
fix(heap): Tracing of all heap_caps API
2024-06-25 11:57:09 +02:00
heap_task_info.c
…
heap_trace_standalone.c
…
internals.md
…
Kconfig
…
linker.lf
…
multi_heap_config.h
…
multi_heap_internal.h
…
multi_heap_platform.h
…
multi_heap_poisoning.c
…
multi_heap.c
…