OVMS3-idf/components/heap/include
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
..
esp_heap_alloc_caps.h unit tests: Check heap integrity after each test, check for obvious leaks 2017-09-07 16:32:05 +10:00
esp_heap_caps.h Allocate some memories in SPIRAM first. 2017-10-13 10:11:24 +08:00
esp_heap_caps_init.h Add logic to make external RAM usable with malloc() 2017-09-28 17:17:50 +08:00
esp_heap_trace.h doc: Add docs for heap trace & poisoning 2017-09-07 16:32:05 +10:00
multi_heap.h heap: Fix spurious heap_caps_check_integrity() errors in Comprehensive mode 2017-10-18 15:57:52 +08:00