Code: Select all
heap_caps_get_info()
Code: Select all
MALLOC_CAP_8BIT, MALLOC_CAP_EXEC, MALLOC_CAP_SPIRAM
make -j8 size-components reports that the flash code size is >> 500,000.
What exactly is MALLOC_CAP_EXEC & how is it allocated to my program ?
I guess that MALLOC_CAP_EXEC is SRAM0 (192K), SRAM1(128K) but after cache I would have 256K maximum.
Why then do I have 214K MALLOC_CAP_EXEC free when my program is much larger?