heap_caps_aligned_free() function
Used to deallocate memory previously allocated with heap_caps_aligned_alloc
Syntax
void __attribute__((deprecated)) heap_caps_aligned_free(void *ptr); Arguments
ptr
Pointer to the memory allocated
Notes
This function is deprecated, please consider using heap_caps_free() instead