heap_caps_check_integrity_all() function
Check integrity of all heap memory in the system. Calls multi_heap_check on all heaps. Optionally print errors if heaps are corrupt. Calling this function is equivalent to calling heap_caps_check_integrity with the caps argument set to MALLOC_CAP_INVALID.
Arguments
print_errors
Print specific errors if heap corruption is found.
Return value
True if all heaps are valid, False if at least one heap is corrupt.
Notes
Please increase the value of `CONFIG_ESP_INT_WDT_TIMEOUT_MS` when using this API with PSRAM enabled.