free_aligned_sized
From cppreference.com
| Defined in header <stdlib.h>
|
||
| (since C23) | ||
Deallocates the space previously allocated by malloc(), calloc(), aligned_alloc(), (since C11) or realloc().
Parameters
| ptr | - | pointer to the memory to deallocate |
| alignment | - | alignment of memory to deallocate |
| size | - | size of memory to deallocate |
Return value
(none)
See also
| deallocates previously allocated memory (function) | |
| (C23) |
deallocates previously allocated sized memory (function) |
| allocates memory (function) |