Angus Gratton
|
04188d8ec7
|
heap: Fix spurious heap_caps_check_integrity() errors in Comprehensive mode
Heap was not being locked before poisoning, so heap_caps_check_integrity()
would sometimes race with checking the poison bytes and print unnecessary
errors.
Details: https://esp32.com/viewtopic.php?f=2&t=3348&p=15732#p15732
|
2017-10-18 15:57:52 +08:00 |
|
Angus Gratton
|
ec85f9fc3f
|
heap: Fix documentation references to multi_get_heap_info()
|
2017-10-09 14:42:31 +11:00 |
|
Angus Gratton
|
71c70cb15c
|
heap: Refactor heap regions/capabilities out of FreeRTOS
Remove tagged heap API, rename caps_xxx to heap_caps_xxx
Also includes additional heap_caps_xxx inspection functions.
|
2017-07-10 17:46:03 +08:00 |
|
Angus Gratton
|
5ee49fd311
|
heap: Add new multi_heap heap implementation to replace FreeRTOS-based tagged heaps
|
2017-07-10 17:46:03 +08:00 |
|