mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-30 09:36:36 +03:00
Clarify that MALLOC_CAP_DEFAULT describes a memory capability rather than the malloc() placement policy, so PSRAM-backed capability allocations are documented correctly when malloc() remains internal-only by default. Closes https://github.com/espressif/esp-idf/issues/18391 Made-with: Cursor