heap_caps_check_integrity() function
Check integrity of all heaps with the given capabilities. Calls multi_heap_check on all heaps which share the given capabilities. Optionally print errors if the heaps are corrupt. See also heap_caps_check_integrity_all to check all heap memory in the system and heap_caps_check_integrity_addr to check memory around a single address.
Arguments
caps
Bitwise OR of MALLOC_CAP_* flags indicating the type of memory
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 capability flag.