heap_caps_get_total_size() function
Get the total size of all the regions that have the given capabilities This function takes all regions capable of having the given capabilities allocated in them and adds up the total space they have.
Syntax
size_t heap_caps_get_total_size(uint32_t caps); Arguments
caps
Bitwise OR of MALLOC_CAP_* flags indicating the type of memory
Return value
total size in bytes