[][src]Function esp_idf_bindgen::heap_caps_dump

pub unsafe extern "C" fn heap_caps_dump(caps: u32)

@brief Dump the full structure of all heaps with matching capabilities.

Prints a large amount of output to serial (because of locking limitations, the output bypasses stdout/stderr). For each (variable sized) block in each matching heap, the following output is printed on a single line:

@param caps Bitwise OR of MALLOC_CAP_* flags indicating the type of memory