Guillaume Souchere
|
872bc74954
fix(heap): Fix bugs in heap task tracking
|
2 سال پیش |
Guillaume Souchere
|
7492c862af
feat(heap): Dissociate heap poisoning from task tracking
|
2 سال پیش |
Guillaume Souchere
|
b496bab0f6
heap: fix linker issues and remove spi flash dependencies
|
3 سال پیش |
Guillaume Souchere
|
7fcd964b1d
heap: add selective placement of function in IRAM
|
3 سال پیش |
Guillaume Souchere
|
508194be50
heap: Remove size check in multi_heap.c when registering a new heap
|
3 سال پیش |
Guillaume Souchere
|
90ac786cf4
heap: Update the component to incorporate the new TLSF implementation
|
3 سال پیش |
Omar Chebib
|
0b5ab940ae
TLSF: fix the patch for tlsf_check function in ROM
|
3 سال پیش |
Guillaume Souchere
|
f051da86e2
heap: Provide definition of the tlsf_check_hook() declared in the tlsf submodule
|
3 سال پیش |
Guillaume Souchere
|
594e58e65a
heap: Fix compilation errors when CONFIG_HEAP_TLSF_USE_ROM_IMPL is set
|
3 سال پیش |
Guillaume Souchere
|
3737bf8322
heap: Remove TLSF related files and replace them with the tlsf submodule
|
3 سال پیش |
morris
|
068adfba70
heap: use ROM implementation for heap tlsf on esp32c2
|
3 سال پیش |
jiangguangming
|
6ec373daf5
heap_tlsf: use tlsf IMPL in ESP32C2 ROM
|
4 سال پیش |
Omar Chebib
|
e7cb672624
Heap: fix typos in test and component
|
3 سال پیش |
Omar Chebib
|
4ce4c5a68a
Heap: fix free bytes calculation for TLSF heap
|
4 سال پیش |
jingli
|
6c25dd4ec1
fix param passed to assert_valid_block, should be block not ptr
|
4 سال پیش |
gaoxiaojie
|
0028e2c23c
heap: fix multi_heap_get_info_impl
|
4 سال پیش |
Omar Chebib
|
d902b4e7db
heap: fix unaligned memory bug when poisoning is enabled.
|
5 سال پیش |
Angus Gratton
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 سال پیش |
Felipe Neves
|
3057b76a7e
tests: re-add all disabled tests and all disabled configurations
|
5 سال پیش |
Felipe Neves
|
bd9b921713
heap_tlsf: added implementation of TLSF allocator
|
6 سال پیش |
Felipe Neves
|
d495f175d5
heap: pushed down all the aligned_alloc / free implementation
|
6 سال پیش |
Felipe Neves
|
98e561b79a
heap: added aligned alloc implementation on multi_heap layer
|
6 سال پیش |
Angus Gratton
|
b1f3586f7e
multi_heap: Fix bug when start of heap is unaligned
|
7 سال پیش |
Deomid Ryabkov
|
4b7eb1792e
Try to merge tail with next block when splitting
|
8 سال پیش |
Stephen Casner
|
bc2879a956
heap: Add task tracking option for heap usage monitoring
|
8 سال پیش |
Stephen Casner
|
a76d5a33c9
heap: Correct the sense of a comment
|
8 سال پیش |
Angus Gratton
|
47aaf402b8
heap: Add heap_caps_dump() / heap_caps_dump_all() functions
|
8 سال پیش |
Ivan Grokhotkov
|
6cc8099610
Merge branch 'bugfix/malloc_failure' into 'master'
|
8 سال پیش |
Angus Gratton
|
b0c5665f15
heap: Fix race condition causing malloc() to fail under some conditions
|
8 سال پیش |
Angus Gratton
|
04188d8ec7
heap: Fix spurious heap_caps_check_integrity() errors in Comprehensive mode
|
8 سال پیش |