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
f80430911f6fe55a735631ed995ab18bc19c751c
esp-idf
/
components
/
heap
History
morris
956ec54aed
fix(heap): use _SAFE version of critical section
...
because we allow to call malloc and free in an ISR context
2023-08-03 12:02:09 +08:00
..
include
core-systems/heap: fixed wrong error message from assert in heap trace
2023-06-06 11:08:50 +08:00
port
esp32p4: introduce the target
2023-06-13 15:16:11 +08:00
test_apps
Merge branch 'contrib/github_pr_11509' into 'master'
2023-07-10 19:59:00 +08:00
test_multi_heap_host
…
tlsf
@
8c9cd0517a
…
.build-test-rules.yml
ci: fix invalid kconfig options in system test apps
2023-05-09 11:27:55 +08:00
CMakeLists.txt
…
heap_caps_init.c
…
heap_caps_linux.c
core-system/linux-target: fixed heap_caps_realloc not correctly allocating the requested number of bytes
2023-05-29 10:09:54 +08:00
heap_caps.c
…
heap_private.h
…
heap_task_info.c
…
heap_trace_standalone.c
heap: fixed unused variable warning
2023-05-30 11:40:17 +08:00
internals.md
…
Kconfig
Merge branch 'contrib/github_pr_11509' into 'master'
2023-07-10 19:59:00 +08:00
linker.lf
…
multi_heap_config.h
…
multi_heap_internal.h
…
multi_heap_platform.h
fix(heap): use _SAFE version of critical section
2023-08-03 12:02:09 +08:00
multi_heap_poisoning.c
…
multi_heap.c
…