mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
Add the definition of aligned_alloc to the list of definitions provided by heap.c. Note that memalign (strictly equivalent) to aligned_alloc is already defined in heap.c.