ESP-IDF + 0/4 examples
SourceVu will show references to heap_caps_get_free_size() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

Amount of free bytes in the regions

Notes

Note that because of heap fragmentation it is probably not possible to allocate a single block of memory of this size. Use heap_caps_get_largest_free_block() for this purpose.

References

from examples