enhancementgood first issue
倉庫指標
- 星標
- (285 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent aligned_free().
We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.